We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c523f37 commit b777938Copy full SHA for b777938
uv.d.ts
@@ -1,5 +1,5 @@
1
-const Ultraviolet: typeof import('./rewrite/index').default;
2
-const UVClient: typeof import('./client/index').default;
+const Ultraviolet: typeof import('./src/rewrite/index').default;
+const UVClient: typeof import('./src/client/index').default;
3
4
export type UltravioletCtor = typeof Ultraviolet;
5
export type UVClientCtor = typeof UVClient;
0 commit comments