export client types

This commit is contained in:
David Reed 2023-06-13 16:27:17 -04:00
parent 6857a0d275
commit 2a06818d92
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
3 changed files with 4 additions and 2 deletions

3
client.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
declare const Ultraviolet: typeof import('./uv').Ultraviolet;
declare var __uv$config: import('./uv').UVConfig;

View file

@ -11,7 +11,7 @@
"files": [
"dist",
"lib",
"uv.d.ts"
"client.d.ts"
],
"type": "module",
"scripts": {

1
src/global.d.ts vendored
View file

@ -1 +0,0 @@
declare const __uv$config: import('../uv').UVConfig;