UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

7 lines (6 loc) 111 B
// @flow export type Validation$opts<T> = { key: string; value: T; validator: (value?: T) => boolean; };