MCPcopy
hub / github.com/freshframework/fresh / isDirectory

Method isDirectory

packages/fresh/src/fs.ts:9–9  ·  view source on GitHub ↗
(path: string | URL)

Source from the content-addressed store, hash-verified

7 options?: WalkOptions,
8 ): AsyncIterableIterator<WalkEntry>;
9 isDirectory(path: string | URL): Promise<boolean>;
10 mkdirp(dir: string): Promise<void>;
11 readFile(path: string | URL): Promise<Uint8Array>;
12 readTextFile(path: string | URL): Promise<string>;

Callers 3

walkDirFunction · 0.80
flushMethod · 0.80
handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected