MCPcopy
hub / github.com/Unitech/pm2 / WriteStream

Interface WriteStream

examples/using-pm2-and-transpilers/node.d.ts:1418–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416 destroy(): void;
1417 }
1418 export interface WriteStream extends stream.Writable {
1419 close(): void;
1420 bytesWritten: number;
1421 }
1422
1423 /**
1424 * Asynchronous rename.

Callers

nothing calls this directly

Implementers 1

APIlib/API.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…