不会爬树的猴 1f41508d80 错误更改 il y a 2 ans
..
src 1f41508d80 错误更改 il y a 2 ans
test 1f41508d80 错误更改 il y a 2 ans
LICENSE-MIT 1f41508d80 错误更改 il y a 2 ans
README.md 1f41508d80 错误更改 il y a 2 ans
package.json 1f41508d80 错误更改 il y a 2 ans

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