Skip to main content
Module

x/unknownutil/is.ts

🦕 An utility pack for handling unknown type in deno
Go to Latest
import * as unknownutil from "https://deno.land/x/unknownutil@v2.1.1/is.ts";

Functions

Return true if the type of x is array.

Return true if the type of x is boolean.

Return true if the type of x is function.

Return true if the type of x follows the type of ref.

Return true if the type of x is null.

Return true if the type of x is null or undefined.

Return true if the type of x is number.

Return true if the type of x is object.

Return true if the type of x is string.

Return true if the type of x is undefined.

Type Aliases

A type decision function