UNPKG

actionhero

Version:

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

7 lines (6 loc) 163 B
import { CLI } from "./../../index"; export declare class Help extends CLI { constructor(); run(): Promise<boolean>; highlightWord(word: any): void; }