diff --git a/client.d.ts b/client.d.ts new file mode 100644 index 00000000..c88093f9 --- /dev/null +++ b/client.d.ts @@ -0,0 +1,3 @@ +declare const Ultraviolet: typeof import('./uv').Ultraviolet; + +declare var __uv$config: import('./uv').UVConfig; diff --git a/package.json b/package.json index 29e4d3bf..a0ddaf7c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "files": [ "dist", "lib", - "uv.d.ts" + "client.d.ts" ], "type": "module", "scripts": { diff --git a/src/global.d.ts b/src/global.d.ts deleted file mode 100644 index b7603b13..00000000 --- a/src/global.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare const __uv$config: import('../uv').UVConfig;