Skip to main content
Go to Latest
namespace ValueGuard
import { ValueGuard } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Provides functions to type guard raw JavaScript values

Functions

Returns true if this value is an array

Returns true if this value is bigint

Returns true if this value is a boolean

Returns true if this value is null

Returns true if this value is number

Returns true if this value is an object

Returns true if this value is string

Returns true if this value is undefined