UNPKG

hygen

Version:

The scalable code generator that saves you time.

5 lines 286 B
import type { ParamsResult, RunnerConfig } from './types'; export declare const DEFAULT_ACTION = "_default"; declare const params: ({ templates, createPrompter }: RunnerConfig, externalArgv: string[]) => Promise<ParamsResult>; export default params; //# sourceMappingURL=params.d.ts.map