Skip to main content
Module

x/ok_computer/mod.ts>withErr

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

type

<Err, V extends Validator<any, any>>(validator: V, err: Err) => Validator<Infer<V>, Err>