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