Skip to content

Commit

Permalink
export client types
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Jun 13, 2023
1 parent 6857a0d commit 2a06818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions client.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare const Ultraviolet: typeof import('./uv').Ultraviolet;

declare var __uv$config: import('./uv').UVConfig;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"files": [
"dist",
"lib",
"uv.d.ts"
"client.d.ts"
],
"type": "module",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/global.d.ts

This file was deleted.

0 comments on commit 2a06818

Please sign in to comment.