UNPKG

@ginden/blinkstick-v2

Version:
6 lines 254 B
/** * This will `require` the `usb` library dynamically. * If you don't have it installed, you will get an error when you try to use this function. */ export declare function getLibUsb(): typeof import('usb'); //# sourceMappingURL=get-lib-usb.d.ts.map