Skip to main content
Module

x/isx/number/mod.ts

TypeScript-first is function collections
Go to Latest
import * as isx from "https://deno.land/x/isx@1.0.0-beta.20/number/mod.ts";

Functions

Whether the value is even or not.

Whether the value is negative number or not.

Whether the value is non negative integer or not.

Whether the value is odd or not.

Whether the value is positive number or not.