UNPKG

@royli/hygen

Version:

The scalable code generator that saves you time.

4 lines 240 B
import type { Prompter } from './types'; declare const prompt: <Q, T>(createPrompter: () => Prompter<Q, T>, actionfolder: string, args: Record<string, any>) => Promise<object | T>; export default prompt; //# sourceMappingURL=prompt.d.ts.map