UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

11 lines (10 loc) 252 B
import { Action } from "./../index"; export declare class RandomNumber extends Action { constructor(); run({ connection }: { connection: any; }): Promise<{ randomNumber: number; stringRandomNumber: string; }>; }