UNPKG

@teaui/core

Version:

A high-level terminal UI library for Node

5 lines (4 loc) 137 B
/** * accepts a readable Stream instance and makes it emit "keypress" events */ export function emitKeypressEvents(stream: any): void;