MCPcopy Create free account
hub / github.com/chakra-ui/panda / existsSync

Method existsSync

packages/types/src/runtime.ts:21–21  ·  view source on GitHub ↗
(fileLike: string)

Source from the content-addressed store, hash-verified

19interface FileSystem {
20 readDirSync(dir: string): string[]
21 existsSync(fileLike: string): boolean
22 glob(opts: InputOptions): string[]
23 readFileSync(filePath: string): string
24 rmDirSync(dirPath: string): void

Callers 3

mainFunction · 0.65
resolveWithExtensionFunction · 0.65
OutputEngineClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected