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

x/isx/number/is_non_positive_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_positive_number.ts";

Functions

Whether the input is non-positive number or not. Non-positive number means less than or equal to zero.