This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
mightyplow
/
jslib
Suivre
1
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b4e5579358
Branches
Tags
develop
master
jslib
/
lib
/
string
/
toBool.js
toBool.js
61 B
Historique
Raw
1
2
3
const toBool = val => val === 'true';
export default toBool;