| 8 | |
| 9 | /** Unique error class for failures when reading from the stdin. */ |
| 10 | export class ReadBufferFromStdinError extends Error {} |
| 11 | |
| 12 | /** |
| 13 | * Reads a `Buffer` from `stdin` until the stream is closed. |
nothing calls this directly
no outgoing calls
no test coverage detected