Skip to content

Instantly share code, notes, and snippets.

@vitallium
Created June 10, 2013 19:22
Show Gist options
  • Select an option

  • Save vitallium/5751448 to your computer and use it in GitHub Desktop.

Select an option

Save vitallium/5751448 to your computer and use it in GitHub Desktop.
exports.run = function run() {
console.log('Hi from A!');
};
var a = require('../../a.js');
a.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment