UNPKG

ow

Version:

Function argument validation for humans

10 lines (7 loc) 249 B
import { type Predicate } from '../predicates/predicate.js'; /** Operator which inverts the following validation. @hidden @param predictate - Predicate to wrap inside the operator. */ export declare const not: (predicate: Predicate) => Predicate;