Licence
MIT
Version
2.0.1
Deps
0
Size
5 kB
Vulns
0
Weekly
0
boolString
Converts a string like true, on, or enabled into a boolean.
Install
Using Node.js (via npm)
npm install --save boolstring
Using Web Browser (via unpkg)
<script src="https://unpkg.com/boolstring@2.0.1/index.js"></script>
Example
var yesString = "yes";
console.log(boolString(yesString)); // true
var noString = "no";
console.log(boolString(noString)); // false
Supported Strings
Contributions are welcome to add more strings. To start, create a pull request (preferred) or an issue.
trueyesenableenabledvalidvalidatedactiveactivatedpermitpermittedallowallowedpasspassedon1
License
boolString is licensed under the open source MIT license. View the LICENSE file for more information.