UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

7 lines 260 B
/** * Display a question in the terminal and wait for the user answer * @param question Question to ask to the user * @returns user's answer */ export declare const askUserInput: (question: string) => Promise<string>; //# sourceMappingURL=question.d.ts.map