1
0
Fork 0
edp445/node_modules/has
koelo 3513d5390c Changed alot of things. 2022-12-03 05:44:44 +00:00
..
src Changed alot of things. 2022-12-03 05:44:44 +00:00
test Changed alot of things. 2022-12-03 05:44:44 +00:00
LICENSE-MIT Changed alot of things. 2022-12-03 05:44:44 +00:00
README.md Changed alot of things. 2022-12-03 05:44:44 +00:00
package.json Changed alot of things. 2022-12-03 05:44:44 +00: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