booler/index.js

8 lines
187 B
JavaScript
Raw Normal View History

2019-10-31 09:03:22 +07:00
/**
* Import booler module.
* @author Samob Chea <sombochea@cubetiqs.com>
2019-10-31 09:03:22 +07:00
*/
const booler = require('./src/booler')
// export module within function `booler`.
module.exports = booler;