1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-08 20:12:16 +00:00
wasm-bindgen/tests/wasm/duplicates_a.js
2018-08-20 10:56:58 -07:00

3 lines
41 B
JavaScript

exports.foo = () => {};
exports.bar = 3;