Skip to main content
Module

x/value_schema/dist-deno/libs/types.ts

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
import * as valueSchema from "https://deno.land/x/value_schema@v3.1.2/dist-deno/libs/types.ts";

Functions

check whether given value is an array or not

check whether given value is a boolean or not

check whether given value is an integer or not

check whether given value is a number or not

check whether given value is an object or not

check whether given value is a scalar or not

check whether given value is a string or not

make input/output values pair