isNonNegativeNumber
import { isNonNegativeNumber } from "https://raw.githubusercontent.com/i-xi-dev/number.es/6.0.0/src/main.ts";Determines whether the test is a non-negative number.
function isNonNegativeNumber(test: unknown): boolean;
import { isNonNegativeNumber } from "https://raw.githubusercontent.com/i-xi-dev/number.es/6.0.0/src/main.ts";Determines whether the test is a non-negative number.