git ssb

16+

Dominic / patchbay



Tree: c4b58ba4156a3f65f0661588e6d29049c8aff68c

Files: c4b58ba4156a3f65f0661588e6d29049c8aff68c / modules / index.js

136 bytesRaw
1var fs = require('fs')
2
3fs.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