summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/index.browser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/index.browser.ts')
-rw-r--r--packages/taler-util/src/index.browser.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-util/src/index.browser.ts b/packages/taler-util/src/index.browser.ts
index 3b8e194b3..ec77b10c0 100644
--- a/packages/taler-util/src/index.browser.ts
+++ b/packages/taler-util/src/index.browser.ts
@@ -19,3 +19,7 @@
import { loadBrowserPrng } from "./prng-browser.js";
loadBrowserPrng();
export * from "./index.js";
+
+// The web stuff doesn't support package.json export declarations yet,
+// so we export more stuff here than we should.
+export * from "./http-common.js";