Files
gpx.studio/gpx/dist/index.d.ts
2024-09-16 10:57:10 +02:00

5 lines
167 B
TypeScript

export * from './gpx';
export { Coordinates, LineStyleExtension, WaypointType } from './types';
export { parseGPX, buildGPX } from './io';
export * from './simplify';