MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / glob

Method glob

frontend/types/media.d.ts:275–275  ·  view source on GitHub ↗
(
        pattern: string | string[],
        options?: { eager?: boolean; import?: string; query?: string | Record<string, string> }
    )

Source from the content-addressed store, hash-verified

273// import.meta.glob — provided by Vite at build time
274interface ImportMeta {
275 glob<T = Record<string, unknown>>(
276 pattern: string | string[],
277 options?: { eager?: boolean; import?: string; query?: string | Record<string, string> }
278 ): Record<string, () => Promise<T>>;

Callers 1

preview.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected