UNPKG

333 BTypeScriptView Raw
1/// <reference types="w3c-web-usb" />
2export declare function requestLedgerDevice(): Promise<USBDevice>;
3export declare function getLedgerDevices(): Promise<USBDevice[]>;
4export declare function getFirstLedgerDevice(): Promise<USBDevice>;
5export declare const isSupported: () => Promise<boolean>;
6//# sourceMappingURL=webusb.d.ts.map
\No newline at end of file