Skip to main content
Module

x/ok_computer/ok-computer.ts>all

λ "Functions all the way down" data validation for JavaScript and TypeScript.
Latest
variable all
import { all } from "https://deno.land/x/ok_computer@v2.0.2/ok-computer.ts";

type

<V extends Validator<any, any>[]>(...validators: V) => Validator<Infer<V[0]>, ANDError<Exclude<ArrReturnTypes<V>[number], undefined>[]>>