Shannon_mu 9ea635a2dc 停车场 před 2 roky
..
src 9ea635a2dc 停车场 před 2 roky
test 9ea635a2dc 停车场 před 2 roky
LICENSE-MIT 9ea635a2dc 停车场 před 2 roky
README.md 9ea635a2dc 停车场 před 2 roky
package.json 9ea635a2dc 停车场 před 2 roky

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