init gpx library

This commit is contained in:
vcoppe
2024-04-15 14:26:34 +02:00
parent 396aa9a765
commit f724467295
20 changed files with 9266 additions and 0 deletions

4
gpx/src/index.ts Normal file
View File

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