MCPcopy
hub / github.com/compodoc/compodoc / exists

Function exists

test/src/helpers.ts:15–17  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

13}
14
15export function exists(file: string): boolean {
16 return fs.existsSync(file);
17}
18
19export function stats(file: string): object {
20 return fs.statSync(file);

Calls 1

existsSyncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…