UNPKG

@expressots/cli

Version:

Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)

5 lines (4 loc) 164 B
import { CommandModule } from "yargs"; type CommandModuleArgs = {}; declare const helpCommand: () => CommandModule<CommandModuleArgs, any>; export { helpCommand };