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