pluie-bin/index.js

6 lines
119 B
JavaScript
Raw Permalink Normal View History

2016-12-18 22:50:34 +00:00
if (typeof pluie == 'undefined') {
pluie = { bin : {}};
}
require('./lib/bin')(pluie.bin);
module.exports = pluie;