UNPKG

@sports-alliance/sports-lib

Version:

A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc

5 lines (4 loc) 202 B
import { EventInterface } from '../../../event.interface'; export declare class EventImporterGPX { static getFromString(gpx: string, domParser?: Function, name?: string): Promise<EventInterface>; }