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

4 lines
169 B
TypeScript
Raw Normal View History

2024-09-16 10:57:10 +02:00
import { GPXFile } from "./gpx";
export declare function parseGPX(gpxData: string): GPXFile;
export declare function buildGPX(file: GPXFile, exclude: string[]): string;