Skip to content
/ booler Public
forked from sombochea/booler

Convert string to Boolean in JavaScript.

License

Notifications You must be signed in to change notification settings

CUBETIQ/booler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 100.0%