UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

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