UNPKG

lux-framework

Version:

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

5 lines (3 loc) 123 B
// @flow import type Query from '../index'; export const RUNNERS: WeakMap<Query<*>, () => Promise<void>> = new WeakMap();