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