UNPKG

lux-framework

Version:

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

7 lines (5 loc) 140 B
// @flow import type { ParameterLike$opts } from '../index'; export type Parameter$opts = ParameterLike$opts & { values?: Array<any>; };