Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/isx/number/is_non_negative_number.ts

Collection of validation functions for JavaScript data
Go to Latest
import * as isx from "https://deno.land/x/isx@1.1.1/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.