@extra-array/has-key.min
Version:
Checks if array has a key.
34 lines (33 loc) • 712 B
JSON
{
"name": "@extra-array/has-key.min",
"version": "2.10.1",
"description": "Checks if array has a key.",
"main": "index.js",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit"
},
"runkitExampleFilename": "example.js",
"keywords": [
"extra",
"array",
"has",
"key",
"hasKey"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-array.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-array/issues"
},
"homepage": "https://github.com/nodef/extra-array#readme",
"devDependencies": {}
}