Files: 8418f87e82733cfd50038aed3b810e26957287fe / 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