UNPKG

just-has

Version:

return a boolen indicating the existence of a deep property, don't throw if parent is undefined

33 lines 780 B
{ "name": "just-has", "version": "2.3.0", "description": "return a boolen indicating the existence of a deep property, don't throw if parent is undefined", "type": "module", "exports": { ".": { "types": "./index.d.ts", "require": "./index.cjs", "import": "./index.mjs" }, "./package.json": "./package.json" }, "main": "index.cjs", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ "object", "safe", "hasownproperty", "no-dependencies", "just" ], "author": "Robert Lindstaedt", "license": "MIT", "bugs": { "url": "https://github.com/angus-c/just/issues" } }