UNPKG

@royli/hygen

Version:

The scalable code generator that saves you time.

14 lines 375 B
import type { ActionResult } from '../types'; declare const setup: ({ attributes: { setup, mode, verbose, force } }: { attributes: { setup: any; mode: any; verbose: any; force: any; }; }, args: any, { logger, cwd }: { logger: any; cwd: any; }) => Promise<ActionResult>; export default setup; //# sourceMappingURL=setup.d.ts.map