UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

5 lines (4 loc) 87 B
import { Input } from "./input"; export interface Inputs { [key: string]: Input; }