@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
6 lines • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDeviceHasBattery = void 0;
var device_core_1 = require("@ledgerhq/device-core");
Object.defineProperty(exports, "getDeviceHasBattery", { enumerable: true, get: function () { return device_core_1.getDeviceHasBattery; } });
//# sourceMappingURL=getDeviceHasBattery.js.map