不会爬树的猴 22729588bd AA 2 lat temu
..
src 22729588bd AA 2 lat temu
test 22729588bd AA 2 lat temu
LICENSE-MIT 22729588bd AA 2 lat temu
README.md 22729588bd AA 2 lat temu
package.json 22729588bd AA 2 lat temu

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