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