are-set
Version:
a function that returns if a key is in a object
25 lines • 502 B
JSON
{
"name": "are-set",
"version": "1.0.5",
"description": "a function that returns if a key is in a object",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"easy",
"simple",
"js",
"ts",
"is-set",
"object",
"small"
],
"author": "Manuel Westermeier",
"license": "ISC",
"types": "index.ts",
"repository": {
"url": "https://github.com/ManuelWestermeier/are-set.git"
},
"type": "module"
}