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

4 lines
169 B
TypeScript

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