UNPKG

@royli/hygen

Version:

The scalable code generator that saves you time.

12 lines 309 B
import type { 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; //# sourceMappingURL=shell.d.ts.map