Skip to main content
Module

x/is_valid/validation/mod.ts

A pure functional validator with composite function and validation utilities
Latest
import * as isValid from "https://deno.land/x/is_valid@v1.0.0-beta.16/validation/mod.ts";

Variables

Create length validator of greater equal then val. It's inclusive.

Create length validator of greater then val. It's exclusive.

Whatever argument is Array or not.

Whatever argument is type of bigint or not.

Whatever argument is type of boolean or not.

Returns true if the given value is its type's empty value; otherwise false.

Whatever argument is type of function or not.

Whatever argument is JSON Object or not.

Whatever val is left side trimmable or not.

Whatever argument length is 0 or not.

Whatever argument is Lower case string or not.

Whatever argument is type of undefined or null.

Whatever argument is type of null or not.

Whatever argument is type of number or not.

Whatever argument is type of object or not.

Whatever argument is primitive or not.

Whatever val is right side trimmable or not.

Whatever argument is type of string or not.

Whatever argument is type of symbol or not.

Whatever val is trimmable or not.

Whatever argument is type of undefined or not.

Whatever argument is Upper case string or not.

Create length validator of less equal then val. It's inclusive.

Create length validator of less then val. It's exclusive.