Skip to main content
Module

x/ok_computer/mod.ts>TupleErrorStruct

λ "Functions all the way down" data validation for JavaScript and TypeScript.
Latest
type alias TupleErrorStruct
import { type TupleErrorStruct } from "https://deno.land/x/ok_computer@v2.0.2/mod.ts";

Type Parameters

V extends Validator<any, any>[]
definition: Exclude<ArrReturnTypes<V>[number] | string, undefined>[] & IStructure