aboutsummaryrefslogtreecommitdiff
path: root/lib/emscripten/taler-emscripten-lib.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/emscripten/taler-emscripten-lib.d.ts')
-rw-r--r--lib/emscripten/taler-emscripten-lib.d.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/emscripten/taler-emscripten-lib.d.ts b/lib/emscripten/taler-emscripten-lib.d.ts
index 0b180781a..97821d9ef 100644
--- a/lib/emscripten/taler-emscripten-lib.d.ts
+++ b/lib/emscripten/taler-emscripten-lib.d.ts
@@ -51,4 +51,6 @@ export declare namespace Module {
function writeStringToMemory(s: string,
buffer: number,
dontAddNull?: boolean): void;
-} \ No newline at end of file
+}
+
+export default Module;