UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

4 lines (3 loc) 219 B
import { ActionResult, RunnerConfig, RenderedAction } from '../types'; declare const add: (action: RenderedAction, args: any, { logger, cwd, createPrompter }: RunnerConfig) => Promise<ActionResult>; export default add;