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

9 lines (8 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataAirPowerAvg = void 0; const data_air_power_1 = require("./data.air-power"); class DataAirPowerAvg extends data_air_power_1.DataAirPower { } exports.DataAirPowerAvg = DataAirPowerAvg; DataAirPowerAvg.type = 'Average Air Power';