UNPKG

@gooin/garmin-connect

Version:

Makes it simple to interface with Garmin Connect to get or set any data point

9 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gramsToPounds = void 0; function gramsToPounds(weightInGrams) { const gramsPerPound = 453.592; return weightInGrams / gramsPerPound; } exports.gramsToPounds = gramsToPounds; //# sourceMappingURL=WeightUtils.js.map