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