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
/
utils
/
hid
/
get-info-block.d.ts
3 lines
•
198 B
TypeScript
View Raw
1
2
3
import
{
BlinkstickAny
}
from
'../../core/blinkstick'
;
export
declare
function
getInfoBlockRaw
(
device
:
BlinkstickAny
,
location
:
number
):
Promise
<
Buffer
>;
//# sourceMappingURL=get-info-block.d.ts.map