Skip to content

Commit

Permalink
fix types again
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Feb 18, 2023
1 parent c523f37 commit b777938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uv.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit b777938

Please sign in to comment.