4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
|
|
global.foo = true;
|
||
|
|
module.exports = {
|
||
|
|
abc: 123
|
||
|
|
};
|