| 170 | * Has `columns`/`rows` properties so terminal renderers treat it as a real terminal. |
| 171 | */ |
| 172 | export class MeasuringStream extends Writable { |
| 173 | writeCount = 0; |
| 174 | totalBytes = 0; |
| 175 | readonly writeTimes: number[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected