BufferUtils.Uint16.isUint16
import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts";
const { isUint16 } = BufferUtils.Uint16;
Determines whether the passed test
is a 16-bit unsigned integer.
function isUint16(test: unknown): boolean;