mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 09:52:54 +00:00
init gpx library
This commit is contained in:
4
gpx/src/index.ts
Normal file
4
gpx/src/index.ts
Normal 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';
|
||||
|
Reference in New Issue
Block a user