UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

4 lines (3 loc) 195 B
import { RunnerConfig, ParamsResult } from './types'; declare const params: ({ templates, createPrompter }: RunnerConfig, externalArgv: string[]) => Promise<ParamsResult>; export default params;