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