UNPKG

reblessed

Version:

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

15 lines 296 B
export = StreamBox; /** * Stream Box */ declare function StreamBox(options: any): StreamBox; declare class StreamBox { /** * Stream Box */ constructor(options: any); stream: any; __proto__: any; type: string; } //# sourceMappingURL=streambox.d.ts.map