3 lines
43 B
JavaScript
3 lines
43 B
JavaScript
exports.foo = () => true;
|
|
exports.bar = 4;
|
exports.foo = () => true;
|
|
exports.bar = 4;
|