SafeInteger.isNonNegativeSafeInteger
import { SafeInteger } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts";
const { isNonNegativeSafeInteger } = SafeInteger;
Determines whether the test
is a non-negative safe integer.
function isNonNegativeSafeInteger(test: unknown): boolean;