| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -111,7 +111,8 @@ | |||
| 111 | 111 | "lib", | |
| 112 | 112 | "index.d.ts", | |
| 113 | 113 | "node.d.ts", | |
| 114 | - "polyfill.d.ts" | ||
| 114 | + "polyfill.d.ts", | ||
| 115 | + "proxy.d.ts" | ||
| 115 | 116 | ], | |
| 116 | 117 | "scripts": { | |
| 117 | 118 | "build": "unbuild", | |
@@ -140,4 +141,4 @@ | |||
| 140 | 141 | "vitest": "^1.1.0" | |
| 141 | 142 | }, | |
| 142 | 143 | "packageManager": "pnpm@8.12.1" | |
| 143 | - } | ||
| 144 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + export * from "./lib/proxy.mjs"; | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments