We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/proxy
1 parent 144996b commit 584ee24Copy full SHA for 584ee24
package.json
@@ -111,7 +111,8 @@
111
"lib",
112
"index.d.ts",
113
"node.d.ts",
114
- "polyfill.d.ts"
+ "polyfill.d.ts",
115
+ "proxy.d.ts"
116
],
117
"scripts": {
118
"build": "unbuild",
@@ -140,4 +141,4 @@
140
141
"vitest": "^1.1.0"
142
},
143
"packageManager": "pnpm@8.12.1"
-}
144
+}
proxy.d.ts
@@ -0,0 +1 @@
1
+export * from "./lib/proxy.mjs";
0 commit comments