Skip to content

Commit

Permalink
fix: glob types (#8257)
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed May 21, 2022
1 parent a4e4d39 commit 03b227e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vite/types/importGlob.d.ts
@@ -1,5 +1,3 @@
import type { Worker } from 'okie'

export interface ImportGlobOptions<
Eager extends boolean,
AsType extends string
Expand Down Expand Up @@ -35,7 +33,7 @@ export type GeneralImportGlobOptions = ImportGlobOptions<boolean, string>
export interface KnownAsTypeMap {
raw: string
url: string
worker: Worker<any, any>
worker: Worker
}

export interface ImportGlobFunction {
Expand Down

0 comments on commit 03b227e

Please sign in to comment.