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) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LibError = void 0; class LibError extends Error { constructor(message) { super(message); Object.setPrototypeOf(this, LibError.prototype); // Set the prototype explicitly. } } exports.LibError = LibError;