UNPKG

askme-cli

Version:

askme-cli MCP server that collects user's next plan or confirmation through terminal window

13 lines 373 B
import { EventEmitter } from 'events'; export declare class CustomStdin extends EventEmitter { isTTY: boolean; private isRaw; constructor(); setRawMode(mode: boolean): this; setEncoding(): this; resume(): this; pause(): this; write(data: string): boolean; simulateKeypress(key: string): void; } //# sourceMappingURL=custom-stdin.d.ts.map