UNPKG

reblessed

Version:

A high-level terminal interface library for node.js.

15 lines 311 B
export = Question; /** * Question */ declare function Question(options: any): Question; declare class Question { /** * Question */ constructor(options: any); __proto__: any; type: string; ask(text: any, callback: any): void; } //# sourceMappingURL=question.d.ts.map