UNPKG

@fewer/validations

Version:

A collection of pipes that handle common model validation use-cases for Fewer

3 lines (2 loc) 156 B
import { Pipe } from 'fewer'; export declare function withPresence<Instance, FieldName extends keyof Instance>(...fieldNames: FieldName[]): Pipe<Instance>;