Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basarat/typescript-book
/ FSWatcher
Interface
FSWatcher
code/compiler/typings/node/node.d.ts:1050–1052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1048
}
1049
1050
interface
FSWatcher extends events.EventEmitter {
1051
close(): void;
1052
}
1053
1054
export
interface
ReadStream extends stream.Readable {
1055
close(): void;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected