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