UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

12 lines (11 loc) 269 B
import { ActionResult } from '../types'; declare const shell: ({ attributes: { sh }, body }: { attributes: { sh: any; }; body: any; }, args: any, { logger, exec }: { logger: any; exec: any; }) => Promise<ActionResult>; export default shell;