UNPKG

reblessed

Version:

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

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