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

12 lines (11 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataPowerWattsPerKg = void 0; const data_bare_1 = require("./data.bare"); class DataPowerWattsPerKg extends data_bare_1.DataBare { constructor(value) { super(value); } } exports.DataPowerWattsPerKg = DataPowerWattsPerKg; DataPowerWattsPerKg.type = 'PowerWattsPerKg';