Skip to main content
Module

x/ok_computer/mod.ts>not

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

type

<ValidType, Err>(validator: Validator<unknown, Err>) => Validator<ValidType, NegateError<Err>>