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

10 lines (9 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataAvgStrokeDistance = void 0; const data_distance_1 = require("./data.distance"); class DataAvgStrokeDistance extends data_distance_1.DataDistance { } exports.DataAvgStrokeDistance = DataAvgStrokeDistance; DataAvgStrokeDistance.type = 'Average Stroke Distance'; DataAvgStrokeDistance.aliases = ['Avg Stroke Distance'];