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

11 lines (10 loc) 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataGroundContactTimeAvg = void 0; const data_ground_contact_time_1 = require("./data.ground-contact-time"); class DataGroundContactTimeAvg extends data_ground_contact_time_1.DataGroundContactTime { } exports.DataGroundContactTimeAvg = DataGroundContactTimeAvg; DataGroundContactTimeAvg.type = 'Average Ground Contact Time'; DataGroundContactTimeAvg.aliases = ['Ground Contact Time Avg']; DataGroundContactTimeAvg.unit = 'ms';