Skip to content

Instantly share code, notes, and snippets.

@KokaKiwi
Created January 19, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KokaKiwi/0c2788bde0f51ac12c4dbfba7b0a0bac to your computer and use it in GitHub Desktop.
Save KokaKiwi/0c2788bde0f51ac12c4dbfba7b0a0bac to your computer and use it in GitHub Desktop.
let name = null;
module.exports = {
name,
};
let a = require('./a');
let b = require('./b');
a.shared.name = "toto";
console.log(b.shared.name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment