陈鹏铭 3283bca5a2 1 6 mesi fa
..
src fe36a53a7d 首次提交 6 mesi fa
test fe36a53a7d 首次提交 6 mesi fa
LICENSE-MIT 3283bca5a2 1 6 mesi fa
README.md fe36a53a7d 首次提交 6 mesi fa
package.json fe36a53a7d 首次提交 6 mesi fa

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