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