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

x/is_valid/composite/is_valid.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/composite/is_valid.ts";

Variables

Iteration of validators that returns true when everything are false.

Iteration of validators that returns true when everything are true.

Receives a validator and message pair and returns a message when validation is false.

Receives a validator and message pair and returns all message array when validation is false.

Iteration of validators that returns true when some validators are true.

Iteration of validators that returns true when some validators are false.

Receives a validator and message pair and returns a message when validation is true.

Receives a validator and message pair and returns all message array when validation is true.