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