@tobius/istruthy
Version:
Determine if a given value is "truthy"
18 lines (17 loc) • 395 B
JSON
{
"name": "@tobius/istruthy",
"version": "0.2.8",
"description": "Determine if a given value is \"truthy\"",
"main": "index.js",
"repository": "git@github.com:tobius/istruthy.git",
"keywords": [
"boolean",
"isTruthy",
"truthy"
],
"scripts": {
"test": "node --use-strict test/index.js"
},
"author": "Toby Miller <toby.miller@tobius.com>",
"license": "MIT"
}