export client types
This commit is contained in:
parent
6857a0d275
commit
2a06818d92
3 changed files with 4 additions and 2 deletions
3
client.d.ts
vendored
Normal file
3
client.d.ts
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
declare const Ultraviolet: typeof import('./uv').Ultraviolet;
|
||||
|
||||
declare var __uv$config: import('./uv').UVConfig;
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"uv.d.ts"
|
||||
"client.d.ts"
|
||||
],
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
|
|
@ -1 +0,0 @@
|
|||
declare const __uv$config: import('../uv').UVConfig;
|
||||
Loading…
Add table
Reference in a new issue