(t2, u3)
| 242 | return t2 === V4; |
| 243 | } |
| 244 | function v3(t2, u3) { |
| 245 | t2.isTTY && t2.setRawMode(u3); |
| 246 | } |
| 247 | function WD({ input: t2 = import_node_process.stdin, output: u3 = import_node_process.stdout, overwrite: F5 = true, hideCursor: e3 = true } = {}) { |
| 248 | const s2 = f.createInterface({ input: t2, output: u3, prompt: "", tabSize: 1 }); |
| 249 | f.emitKeypressEvents(t2, s2), t2.isTTY && t2.setRawMode(true); |