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) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataPowerMax = void 0; const data_power_1 = require("./data.power"); class DataPowerMax extends data_power_1.DataPower { } exports.DataPowerMax = DataPowerMax; DataPowerMax.type = 'Maximum Power';