wasm-bindgen/tests/wasm/duplicates_b.js
2018-08-20 10:56:58 -07:00

3 lines
43 B
JavaScript

exports.foo = () => true;
exports.bar = 4;