Skip to main content
Module

x/isx/mod.ts

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

Functions

Whether the value is AsyncGenerator or not.

Whether the value is AsyncIterable or not.

Whether the value is bigint or not.

Whether the value is boolean or not.

Whether the value is Date or not.

Whether the value is Date format or not.

Whether the value is empty or not.

Whether the value is Error or not.

Whether the value is even or not.

Whether the value is false or not.

Whether the value is MaybeFalsy or not.

Whether the value is Function or not.

Whether the value is Hex color or not.

Whether the value is Iterable or not.

Whether the value is negative number or not.

Whether the value is nill or not.

Whether the value is non negative integer or not.

Whether the value is null or not.

Whether the value is number or not.

Whether the value is object or not.

Whether the value is odd or not.

Whether the value is Plain(literal) object or not.

Whether the value is positive number or not.

Whether the value is Primitive or not.

Whether the value is Promise or not.

Whether the value is string or not.

Whether the value is symbol or not.

Whether the value is true or not.

Whether the value is MaybeTruthy or not.

Whether the value is undefined or not.

Whether the value is valid Date or not.

Type Aliases

Types for Primitive value.