truish
Version:
A lightweight utility to determine the truth value of strings
28 lines • 578 B
JSON
{
"name": "truish",
"version": "0.0.0",
"description": "A lightweight utility to determine the truth value of strings",
"homepage": "https://github.com/johnhenry/truish",
"author": "John Henry <john@iamjohnhenry.com>",
"keywords": [
"true",
"truth",
"truish",
"truthy",
"truthiness",
"false",
"falsity",
"falsish",
"falsy",
"falsiness",
"test",
"choice"
],
"main": "index.mjs",
"module": "index.mjs",
"types": "types.d.ts",
"license": "MIT",
"scripts": {
"test": " node --test ./tests/*.test.mjs"
}
}