mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 17:12:31 +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;
|