@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 399 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isRecoverDisplayed = void 0;
function isRecoverDisplayed(feature, deviceModelId) {
return (feature?.enabled &&
feature?.params?.compatibleDevices?.find((device) => device.name === deviceModelId && device.available));
}
exports.isRecoverDisplayed = isRecoverDisplayed;
//# sourceMappingURL=helper.js.map