git ssb

16+

Dominic / patchbay



Tree: d3e75c0a69e9cd486c63267e3e63786761c34c90

Files: d3e75c0a69e9cd486c63267e3e63786761c34c90 / modules / index.js

154 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
10

Built with git-ssb-web