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

6 lines (5 loc) 263 B
import { EventInterface } from '../../../event.interface'; export declare class EventImporterSuuntoSML { static getFromXML(contents: string, name?: string): Promise<EventInterface>; static getFromJSONString(jsonString: string): Promise<EventInterface>; }