UNPKG

garmin-api-handler

Version:
26 lines (20 loc) 818 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var activityType = require('./constants/activity-type.js'); var category = require('./constants/category.js'); var GarminApiException = require('./exceptions/GarminApiException.js'); var GarminException = require('./exceptions/GarminException.js'); var GarminApi = require('./GarminApi.js'); var Activity = require('./models/Activity.js'); Object.defineProperty(exports, 'ActivityType', { enumerable: true, get: function () { return activityType.ActivityType; } }); Object.defineProperty(exports, 'Category', { enumerable: true, get: function () { return category.Category; } }); exports.GarminApiException = GarminApiException; exports.GarminException = GarminException; exports.GarminApi = GarminApi; exports.Activity = Activity;