UNPKG

actionhero

Version:

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

8 lines (7 loc) 180 B
import { CLI } from "./../../../index"; export declare class GenerateServer extends CLI { constructor(); run({ params }: { params: any; }): Promise<boolean>; }