manage file style

This commit is contained in:
vcoppe
2024-06-19 16:15:21 +02:00
parent b0373b2858
commit a8ef6dcae1
8 changed files with 356 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
export * from './gpx';
export { Coordinates } from './types';
export { Coordinates, LineStyleExtension } from './types';
export { parseGPX, buildGPX } from './io';