Files: 7e6b652a5696469876bec17b9d29a4e649627d76 / 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