Skip to main content
Module

x/ok_computer/ok-computer.ts>ObjectErrorStruct

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

Type Parameters

Validators extends Record<any, (...a: any[]) => any>
definition: ObjReturnTypes<Validators> & { [OBJECT_ROOT]?: string; } & IStructure