UNPKG

xkeys

Version:

An npm module for interfacing with the X-keys panels in Node.js

6 lines 184 B
import type * as HID from 'node-hid'; /** HID.Device but with .path guaranteed */ export declare type HID_Device = HID.Device & { path: string; }; //# sourceMappingURL=api.d.ts.map