cat-bookmarker/assets/node_modules/has
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
src Clean up repo and update deps 2024-03-10 11:52:04 -07:00
test Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE-MIT Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
package.json Clean up repo and update deps 2024-03-10 11:52:04 -07:00

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true