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) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataVerticalRatioAvg = void 0; const data_vertical_ratio_1 = require("./data.vertical-ratio"); class DataVerticalRatioAvg extends data_vertical_ratio_1.DataVerticalRatio { } exports.DataVerticalRatioAvg = DataVerticalRatioAvg; DataVerticalRatioAvg.type = 'Average Vertical Ratio';