UNPKG

reblessed

Version:

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

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