In nodejs you are able to set /* index.js file */ global.hello = \'hello\' and if you require another file after the statement the hello variable is valuable al
/* index.js file */ global.hello = \'hello\'