booleanlab
Version:
A comprehensive TypeScript utility library for advanced boolean operations. Simplify your boolean logic with easy-to-use functions.
23 lines (22 loc) • 375 B
JSON
{
"name": "booleanlab",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"boolean",
"typescript",
"utility",
"logic",
"boolean-operations"
],
"author": "jella_komal",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.8.2"
}
}