MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/read-stdin-until-closed.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9/** Unique error class for failures when reading from the stdin. */
10export class ReadBufferFromStdinError extends Error {}
11
12/**
13 * Reads a `Buffer` from `stdin` until the stream is closed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected