UNPKG

korimsoft-tyfun

Version:

Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities

3 lines 149 B
import { Predicate } from "../custom-types"; export declare function not<T>(predicate: Predicate<T>): Predicate<T>; //# sourceMappingURL=not.d.ts.map