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

4 lines (3 loc) 103 B
export interface StreamFilterInterface { filterData(data: (number | null)[]): (number | null)[]; }