has-empty
Version:
has-empty-value is a package used to check the value is empty.
29 lines (28 loc) • 573 B
JSON
{
"name": "has-empty",
"version": "1.0.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"url": "https://github.com/ShakthiNR/is-empty"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"isEmpty",
"isNull",
"isValid",
"Valid input",
"empty",
"hasEmpty"
],
"author": "shakthi-nr",
"license": "MIT",
"description": "has-empty-value is a package used to check the value is empty.",
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
}