Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typebox/src/type/guard/value.ts

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
import * as typebox from "https://deno.land/x/typebox@0.32.22/src/type/guard/value.ts";

Functions

Returns true if this value is an array

Returns true if this value is an async iterator

Returns true if this value is bigint

Returns true if this value is a boolean

Returns true if this value is a Date object

Returns true if this value is a function

Returns true if this value is an iterator

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 RegExp

Returns true if this value is string

Returns true if this value is symbol

Returns true if this value is a Uint8Array

Returns true if this value is undefined