Skip to content

Instantly share code, notes, and snippets.

@Qolzam
Last active May 28, 2018 04:45
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 Qolzam/037e7460fe2893ee5a104e0755ef247d to your computer and use it in GitHub Desktop.
Save Qolzam/037e7460fe2893ee5a104e0755ef247d to your computer and use it in GitHub Desktop.
module 1 commonjs import
var module1 = require('module1');
var module1Instance = new module1();
module1Instance.hello(); // 'hello!'
module1Instance.world(); // 'world!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment