Skip to content

Instantly share code, notes, and snippets.

@jos3000
Created January 21, 2013 21:20
Show Gist options
  • Save jos3000/4589525 to your computer and use it in GitHub Desktop.
Save jos3000/4589525 to your computer and use it in GitHub Desktop.
var a = require('x.js');
var b = require('y.js');
module.exports = {};
var x = require('x.js');
console.log(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment