booler/index.js

9 lines
191 B
JavaScript
Raw Normal View History

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