BufferUtils.Uint16
import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.1/deps.ts";
const { Uint16 } = BufferUtils;The type of 16-bit unsigned integer.
type Uint16 = number;
import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.1/deps.ts";
const { Uint16 } = BufferUtils;The type of 16-bit unsigned integer.