aboutsummaryrefslogtreecommitdiff
path: root/lib/emscripten
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
commitd0a0695fb5d34996850723f7d4b1b59c3df909c2 (patch)
tree6141a1db06f8f359813c332b3c23f3777f00b568 /lib/emscripten
parente9a383ede7f98512f0dd351697759d75ddb67eac (diff)
downloadwallet-core-d0a0695fb5d34996850723f7d4b1b59c3df909c2.tar.xz
test harness for both browser and node
Diffstat (limited to 'lib/emscripten')
-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;