UNPKG

lux-framework

Version:

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

5 lines (3 loc) 117 B
// @flow import type { Logger$data } from '../interfaces'; export type Logger$Writer = (data: Logger$data) => void;