MCPcopy
hub / github.com/yortus/asyncawait / ReadWriteStream

Interface ReadWriteStream

src/typings/node/node.d.ts:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116interface ReadWriteStream extends ReadableStream, WritableStream { }
117
118interface NodeProcess extends NodeEventEmitter {
119 stdout: WritableStream;

Callers

nothing calls this directly

Implementers 2

Duplexsrc/typings/node/node.d.ts
Transformsrc/typings/node/node.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected