Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_usbhidapi/src/utils.ts>decodeUTF16

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

type

(buffer: ArrayBuffer) => string