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

Method glob

packages/types/src/runtime.ts:22–22  ·  view source on GitHub ↗
(opts: InputOptions)

Source from the content-addressed store, hash-verified

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
25 writeFile(file: string, content: string): Promise<void>

Callers 1

PandaContextClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected