UNPKG

reblessed

Version:

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

19 lines 359 B
export = Video; /** * Video */ declare function Video(options: any): Video; declare class Video { /** * Video */ constructor(options: any); parseTags: boolean; now: number; start: any; tty: any; __proto__: any; type: string; exists(program: any): boolean; } //# sourceMappingURL=video.d.ts.map