fit-file-parser
Version:
Parse your .FIT files easily, directly from JS (Garmin, Polar, Suunto)
10 lines (9 loc) • 341 B
JavaScript
;
/**
*
* this file is auto generated using src/type_generator.ts
* it parses the big FIT definition object from src/fit.js into usable typescript types
* do not edit this file directly, instead edit the generator and
* regenerate it with "npm run codegen"
*/
Object.defineProperty(exports, "__esModule", { value: true });