Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sandpack/nodebox-runtime
/ FileWatchOptions
Interface
FileWatchOptions
packages/nodebox/src/modules/fs.ts:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export
interface
FileWatchOptions {
14
recursive?: boolean;
15
}
16
17
export
type
FileWatchEvent = Omit<FSWatchEvent,
'watcherId'
>;
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected