UNPKG

xkeys

Version:

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

14 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isHID_Device = void 0; /* * This file contains internal convenience functions */ function isHID_Device(device) { return (typeof device === 'object' && device.vendorId !== undefined && device.productId !== undefined && device.interface !== undefined); } exports.isHID_Device = isHID_Device; //# sourceMappingURL=lib.js.map