UNPKG

boolbase

Version:

two functions: One that returns true, one that returns false

47 lines (46 loc) 966 B
{ "name": "boolbase", "version": "2.0.0", "type": "module", "description": "two functions: One that returns true, one that returns false", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "test": "npm run build && node --test", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/fb55/boolbase" }, "keywords": [ "boolean", "function" ], "author": "Felix Boehm <me@feedic.com>", "license": "ISC", "bugs": { "url": "https://github.com/fb55/boolbase/issues" }, "homepage": "https://github.com/fb55/boolbase", "engines": { "node": ">=20.19.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/fb55" }, "devDependencies": { "typescript": "^5.9.3" } }