fix types again
This commit is contained in:
parent
c523f37d9e
commit
b777938cab
1 changed files with 2 additions and 2 deletions
4
uv.d.ts
vendored
4
uv.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
|||
const Ultraviolet: typeof import('./rewrite/index').default;
|
||||
const UVClient: typeof import('./client/index').default;
|
||||
const Ultraviolet: typeof import('./src/rewrite/index').default;
|
||||
const UVClient: typeof import('./src/client/index').default;
|
||||
|
||||
export type UltravioletCtor = typeof Ultraviolet;
|
||||
export type UVClientCtor = typeof UVClient;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue