UNPKG

diffjam

Version:
6 lines (5 loc) 245 B
export declare function select(prompt: string, questions: { [key: string]: unknown; }): Promise<any>; export declare function confirm(promptText: string): Promise<any>; export declare function textInput(promptText: string): Promise<string>;