UNPKG

@ledgerhq/hw-transport-webusb

Version:
5 lines 295 B
export declare function requestLedgerDevice(): Promise<USBDevice>; export declare function getLedgerDevices(): Promise<USBDevice[]>; export declare function getFirstLedgerDevice(): Promise<USBDevice>; export declare const isSupported: () => Promise<boolean>; //# sourceMappingURL=webusb.d.ts.map