Files
2026-06-10 12:38:42 -03:00

5 lines
83 B
TypeScript

interface ImportMeta {
url: string
readonly vitest?: typeof import('vitest')
}