updated information and hnage booler.js to booler

This commit is contained in:
2019-10-31 09:40:11 +07:00
parent 48bf503971
commit 7c8e9d81be
4 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
/**
* @author Samob Chea <sombochea@cubetiqs.com>
*
* Booler can convert any value to Boolean.
* Booler can convert any value to Boolean type.
*
* @author Samob Chea <sombochea@cubetiqs.com>
* @param {*} val Value to parse.
*/
const booler = (val) => {