2019-10-31 09:58:37 +07:00
2019-10-31 09:51:04 +07:00
2019-10-31 09:51:04 +07:00
2019-10-31 08:14:38 +07:00
2019-10-31 08:14:38 +07:00
2019-10-31 09:51:04 +07:00
2019-10-31 09:45:34 +07:00

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

Description
Convert string to Boolean in JavaScript.
Readme 42 KiB
Languages
JavaScript 100%