UNPKG

lux-framework

Version:

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

5 lines (3 loc) 137 B
// @flow import type { Request, Response } from '../../../server'; export type Action<T> = (req: Request, res: Response) => Promise<T>;