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

7 lines (6 loc) 238 B
import { EventInterface } from '../../../event.interface'; export declare class EventImporterTCX { static getFromXML(xml: Document, name?: string): Promise<EventInterface>; private static getCreator; private static getLaps; }