importMeta.d.ts 83 B

1234
  1. interface ImportMeta {
  2. url: string
  3. readonly vitest?: typeof import('vitest')
  4. }