Skip to content

Commit 89aee63

Browse files
authored
Merge pull request #88 from dfpc-coe/promisify-parsing
Promisify Parsing
2 parents f812666 + bb1d0fc commit 89aee63

31 files changed

Lines changed: 1441 additions & 966 deletions

index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
import CoT from './lib/cot.js';
2+
23
export * from './lib/parser.js';
4+
5+
export * from './lib/types/geojson.js';
36
export * as Feature from './lib/types/feature.js';
47
export * as Types from './lib/types/types.js';
58
export * as CoTTypes from './lib/types/cot-types.js';
69
export * as MilSymType from './lib/utils/2525.js';
10+
711
export * from './lib/sensor.js';
812
export * from './lib/data-package.js';
913
export * from './lib/xml/basemap.js';

lib/parser.ts

Lines changed: 25 additions & 765 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)