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