Skip to content

Instantly share code, notes, and snippets.

@igoroctaviano
Created July 24, 2018 15:09
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 igoroctaviano/04621abcf5cf77e80dad1e1c0153c3a6 to your computer and use it in GitHub Desktop.
Save igoroctaviano/04621abcf5cf77e80dad1e1c0153c3a6 to your computer and use it in GitHub Desktop.
A Web History
// request dependency:
let a = require ('a.js'); // Node.js modules
import a from 'a.js'; // ES modules
// ... your code here ...
// a way to turn the things visible outside the module:
module.exports = something; // Node.js
export something;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment