Skip to content
Converts a javascript object of unknown type to a boolean value.
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
README.md
bower.json
index.js

README.md

underscore.toboolean.js

API

_.toBoolean('yes') // true

Truthy values

['True', 'Yes', 'true', '1', 1, 'yes', true]

Everything else is considered falsey.

License

MIT

Something went wrong with that request. Please try again.