UNPKG

reblessed

Version:

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

5 lines 175 B
/** * accepts a readable Stream instance and makes it emit "keypress" events */ export function emitKeypressEvents(stream: any): void; //# sourceMappingURL=keys.d.ts.map