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

13 lines (12 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataPrimaryBenefit = void 0; const data_number_1 = require("./data.number"); class DataPrimaryBenefit extends data_number_1.DataNumber { constructor(value) { super(value); } } exports.DataPrimaryBenefit = DataPrimaryBenefit; DataPrimaryBenefit.type = 'Primary Benefit'; DataPrimaryBenefit.unit = '';