JavaScript library for converting a string into a boolean.
Using NodeJs (via npm)
npm install --save boolstringUsing Web Brwoser (via unpkg)
<script src="https://unpkg.com/[email protected]/index.js"></script>var yesString = "yes";
console.log(boolString(yesString)); // true
var noString = "no";
console.log(boolString(noString)); // falseContributions are welcome to add more strings. To start, create a pull request (preferred) or an issue.
trueyesvalidonenabledenable1
boolString is licensed under the open source MIT license. View the LICENSE file for more information.