MCPcopy 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
13export interface FileWatchOptions {
14 recursive?: boolean;
15}
16
17export type FileWatchEvent = Omit<FSWatchEvent, 'watcherId'>;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected