| 25 | } |
| 26 | |
| 27 | interface BlockOptions { |
| 28 | input?: Readable; |
| 29 | output?: Writable; |
| 30 | overwrite?: boolean; |
| 31 | hideCursor?: boolean; |
| 32 | } |
| 33 | |
| 34 | export function block({ |
| 35 | input = stdin, |
nothing calls this directly
no outgoing calls
no test coverage detected