UNPKG

180 BTypeScriptView Raw
1import { Prompter } from './types';
2declare const prompt: (createPrompter: () => Prompter, actionfolder: string, args: Record<string, any>) => Promise<any>;
3export default prompt;