fix types again

This commit is contained in:
David Reed 2023-02-18 12:09:24 -05:00
parent c523f37d9e
commit b777938cab
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

4
uv.d.ts vendored
View file

@ -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;