489 B
489 B
Booler: Convert any values to Boolean.
Convert string/values to Boolean in JavaScript.
Installing
$ npm i boolerjs --save
Example
const booler = require('boolerjs')
console.log(booler('f')) // return false
console.log(booler('t')) // return true
Run Test
$ npm run test
Contribution
if you any ideas or concepts, please kindly provide and support with us.
Author
Name: Sambo Chea
Email: sombochea@cubetiqs.com