remove duplicate type definitions

This commit is contained in:
vcoppe
2024-04-16 13:59:00 +02:00
parent c1d27b1488
commit 3082462daa
2 changed files with 2 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
export * from './gpx';
export { parseGPX } from './io';
export { parseGPX, buildGPX } from './io';