Shannon_mu 9ea635a2dc 停车场 2 лет назад
..
src 9ea635a2dc 停车场 2 лет назад
test 9ea635a2dc 停车场 2 лет назад
LICENSE-MIT 9ea635a2dc 停车场 2 лет назад
README.md 9ea635a2dc 停车场 2 лет назад
package.json 9ea635a2dc 停车场 2 лет назад

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