UNPKG

reblessed

Version:

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

14 lines 248 B
export = Input; /** * Input */ declare function Input(options: any): Input; declare class Input { /** * Input */ constructor(options: any); __proto__: any; type: string; } //# sourceMappingURL=input.d.ts.map