Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Created July 5, 2012 20:43
Show Gist options
  • Save kgriffs/3056297 to your computer and use it in GitHub Desktop.
Save kgriffs/3056297 to your computer and use it in GitHub Desktop.
DRY CommonJS/Node require pattern
[
'http',
'https',
'util',
'path',
'fs',
'request',
'url',
'stream'
].forEach(function(module) { global[module] = require(module); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment