UNPKG

actionhero

Version:

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

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