UNPKG

actionhero

Version:

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

9 lines (8 loc) 216 B
import { Action } from "./../index"; export declare class RandomNumber extends Action { constructor(); run({ connection, response }: { connection: any; response: any; }): Promise<void>; }