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

Interface FSWatcher

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

Source from the content-addressed store, hash-verified

1408 }
1409
1410 interface FSWatcher extends events.EventEmitter {
1411 close(): void;
1412 }
1413
1414 export interface ReadStream extends stream.Readable {
1415 close(): void;

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…