File size: 83 Bytes
bc20498 |
1 2 3 4 5 |
interface ImportMeta {
url: string
readonly vitest?: typeof import('vitest')
}
|
bc20498 |
1 2 3 4 5 |
interface ImportMeta {
url: string
readonly vitest?: typeof import('vitest')
}
|