Guest User

Untitled

a guest
May 27th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [
  2. 'mongoose'
  3. ].forEach(function(path){
  4. var module = require('./' + path);
  5. for (var i in module)
  6. exports[i] = module[i];
  7. });
Add Comment
Please, Sign In to add comment