UNPKG

@rexform/validation

Version:

A monad for incremental validation without information loss.

3 lines (2 loc) 161 B
export declare const curry1: <T, U>(fn: (t: T) => U, a?: T | undefined) => U | ((t: T) => U); export declare const arrayOrItemToArray: <T>(x: T | T[]) => T[];