陈鹏铭 ac63ce6cb5 首次提交 1 éve%!(EXTRA string=óta)
..
src ac63ce6cb5 首次提交 1 éve%!(EXTRA string=óta)
test ac63ce6cb5 首次提交 1 éve%!(EXTRA string=óta)
LICENSE-MIT ac63ce6cb5 首次提交 1 éve%!(EXTRA string=óta)
README.md ac63ce6cb5 首次提交 1 éve%!(EXTRA string=óta)
package.json ac63ce6cb5 首次提交 1 éve%!(EXTRA string=óta)

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