import * as isx from "https://deno.land/x/isx@1.5.0/number/is_non_negative_number.ts";
Functions
Whether the input is non-negative number or not. Non-negative number means greater than or equal to zero. |
import * as isx from "https://deno.land/x/isx@1.5.0/number/is_non_negative_number.ts";
Whether the input is non-negative number or not. Non-negative number means greater than or equal to zero. |