UNPKG

shuttle-node

Version:

An npm module for interfacing with the Contour Shuttle devices in Node.js

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