commit dist folder

This commit is contained in:
vcoppe
2024-09-16 10:57:10 +02:00
parent b638863df3
commit 0baa956160
11 changed files with 1938 additions and 2 deletions

3
gpx/dist/io.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
import { GPXFile } from "./gpx";
export declare function parseGPX(gpxData: string): GPXFile;
export declare function buildGPX(file: GPXFile, exclude: string[]): string;