UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

5 lines (4 loc) 210 B
import { ActionResult, RunnerConfig } from '../types'; declare const engine: (argv: string[], config: RunnerConfig) => Promise<ActionResult[]>; export { ShowHelpError } from '../errors'; export default engine;