Files: 1d955c3387cdf42644ed019ae648fe45559ac290 / modules / index.js
146 bytesRaw
1 | var fs = require('fs') |
2 | |
3 | fs.readdirSync(__dirname).forEach(function (e) { |
4 | if(e !== '_index.js') |
5 | exports[e] = require(path.join('./'+e)) |
6 | }) |
7 | |
8 | |
9 |
Built with git-ssb-web