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

14 lines (13 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataAvgVAM = void 0; const data_number_1 = require("./data.number"); class DataAvgVAM extends data_number_1.DataNumber { getDisplayValue() { return this.getValue().toFixed(0); } } exports.DataAvgVAM = DataAvgVAM; DataAvgVAM.type = 'Average VAM'; DataAvgVAM.aliases = ['Avg VAM']; DataAvgVAM.unit = 'm/h';