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