4 lines
51 B
JavaScript
Raw Normal View History

global.foo = true;
module.exports = {
abc: 123
};