UNPKG

@ginden/blinkstick-v2

Version:
7 lines 290 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. * @category Implementation details */ export declare function getLibUsb(): typeof import('usb'); //# sourceMappingURL=get-lib-usb.d.ts.map