isnullorempty
Version:
Check if a given object is null or empty
32 lines (31 loc) • 624 B
JSON
{
"name": "isnullorempty",
"version": "1.0.1",
"description": "Check if a given object is null or empty",
"license": "WTFPL",
"repository": "aziascreations/isnullorempty",
"author": {
"name": "Herwin Bozet",
"url": "https://github.com/aziascreations",
"email": "herwin.bozet@gmail.com"
},
"files": [
"index.js",
"test.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"null",
"undefined",
"empty",
"is",
"isnull",
"isempty"
],
"bugs": {
"url": "https://github.com/aziascreations/isnullorempty/issues",
"email": "herwin.bozet@gmail.com"
}
}