1-to-1 mapping between gpx schema and types

This commit is contained in:
vcoppe
2024-04-16 11:48:42 +02:00
parent 6dd945c284
commit 3dc9b7d703
7 changed files with 364 additions and 1042 deletions

View File

@@ -1,4 +1,4 @@
export { type GPXFile, type Metadata, type Waypoint, type Track, type TrackSegment, type TrackPoint, type Author } from './types';
export * from './types';
export { parseGPX } from './io';