This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mightyplow
/
jslib
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b4e5579358
Branches
Tags
develop
master
jslib
/
lib
/
string
/
toBool.js
toBool.js
61 B
History
Raw
1
2
3
const toBool = val => val === 'true';
export default toBool;