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) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataTime = void 0; const data_duration_1 = require("./data.duration"); // @todo perhaps this class is not needed. // @todo thomas advice..... class DataTime extends data_duration_1.DataDuration { } exports.DataTime = DataTime; DataTime.type = 'Time';