UNPKG
@ginden/blinkstick-v2
Version:
latest (3.4.1)
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.8
2.0.7
2.0.5
Improved Blickstick API for Node.js
github.com/Ginden/blinkstick-node-v2
Ginden/blinkstick-node-v2
@ginden/blinkstick-v2
/
dist
/
discovery
/
usb
/
get-lib-usb.d.ts
6 lines
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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