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