UNPKG

reblessed

Version:

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

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