mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
4 lines
169 B
TypeScript
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;
|