MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / FilesMap

Interface FilesMap

packages/nodebox/src/modules/fs.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export type FileContent = Uint8Array | string;
8
9export interface FilesMap {
10 [filePath: string]: FileContent;
11}
12
13export interface FileWatchOptions {
14 recursive?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected