1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-13 04:51:23 +00:00
Files
wasm-bindgen/tests/wasm/duplicates_b.js

3 lines
43 B
JavaScript
Raw Normal View History

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