Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_usbhidapi/src/hid.ts>open

🦕 Deno FFI bindings for the HIDAPI library to access USB devices.
Latest
variable open
import { open } from "https://deno.land/x/deno_usbhidapi@v0.4.0/src/hid.ts";

type

(
vendorId: number,
productId: number,
serialNumber?: Uint8Array | null,
) => bigint