Files
gpx.studio/gpx/dist/index.d.ts

5 lines
167 B
TypeScript
Raw Normal View History

2024-09-16 10:57:10 +02:00
export * from './gpx';
export { Coordinates, LineStyleExtension, WaypointType } from './types';
export { parseGPX, buildGPX } from './io';
export * from './simplify';