UNPKG

@ledgerhq/live-common

Version:
5 lines 243 B
export function isRecoverDisplayed(feature, deviceModelId) { return (feature?.enabled && feature?.params?.compatibleDevices?.find((device) => device.name === deviceModelId && device.available)); } //# sourceMappingURL=helper.js.map