Skip to content

Instantly share code, notes, and snippets.

@begriffs
Created May 31, 2013 16:32
Show Gist options
  • Select an option

  • Save begriffs/5686169 to your computer and use it in GitHub Desktop.

Select an option

Save begriffs/5686169 to your computer and use it in GitHub Desktop.
How to use your module from CommonJS
var mod = new (require('my-module'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment