shuttle-node
Version:
An npm module for interfacing with the Contour Shuttle devices in Node.js
8 lines • 343 B
TypeScript
import type * as HID from 'node-hid';
export declare function isHID_Device(device: HID.Device | HID.HIDAsync | string): device is HID.Device;
type HID_HID = HID.HIDAsync & {
devicePath: string;
};
export declare function isHID_HID(device: HID.Device | HID.HIDAsync | string): device is HID_HID;
export {};
//# sourceMappingURL=lib.d.ts.map