git ssb

16+

Dominic / patchbay



Tree: a7f84536ea1fe89fd65608f797f7caf6c4ef1c6c

Files: a7f84536ea1fe89fd65608f797f7caf6c4ef1c6c / modules / index.js

153 bytesRaw
1var fs = require('fs')
2
3fs.readdirSync(__dirname).forEach(function (e) {
4 if(e !== '_index.js' && /\js$/.test(e))
5 exports[e] = require('./'+e)
6})
7
8
9

Built with git-ssb-web