@extra-object/is-entry
Version:
Checks if object has an entry.
34 lines (33 loc) • 717 B
JSON
{
"name": "@extra-object/is-entry",
"version": "2.1.22",
"description": "Checks if object has an entry.",
"main": "index.js",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit"
},
"runkitExampleFilename": "example.js",
"keywords": [
"extra",
"object",
"is",
"entry",
"isEntry"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-object.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-object/issues"
},
"homepage": "https://github.com/nodef/extra-object#readme",
"dependencies": {}
}