Skip to main content
Module

x/isx/top_types.ts

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

Functions

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 Error or not.

Whether the value is false or not.

Whether the value is FalsyLike or not.

Whether the value is Function or not.

Whether the value is Iterable or not.

Whether the value is null or not.

Whether the value is null or undefined or not.

Whether the value is number or not.

Whether the value is object or not.

Whether the value is Primitive or not.

Whether the value is Promise or not.

Whether the value is RegExp of 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 TruthyLike or not.

Whether the value is undefined or not.

Type Aliases

Types for falsy values.

Types for Primitive value.

Types for truthy values.