mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
commit dist folder
This commit is contained in:
3
gpx/dist/io.d.ts
vendored
Normal file
3
gpx/dist/io.d.ts
vendored
Normal 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;
|
Reference in New Issue
Block a user