UNPKG

actionhero

Version:

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

8 lines (7 loc) 184 B
import { Action } from "./../index"; export declare class ShowDocumentation extends Action { constructor(); run({ response }: { response: any; }): Promise<void>; }