UNPKG

@ledgerhq/devices

Version:
4 lines 293 B
import { DeviceModelId } from "."; export declare function isDeviceModelId(val: string | undefined | null): val is DeviceModelId; export declare const stringToDeviceModelId: (strDeviceModelId: string, defaultDeviceModelId: DeviceModelId) => DeviceModelId; //# sourceMappingURL=helpers.d.ts.map