Method
glob
(
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 |
| 274 | interface 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>>; |
Tested by
no test coverage detected