wenjie af3654373e 改版前提交 1 år sedan
..
src af3654373e 改版前提交 1 år sedan
test af3654373e 改版前提交 1 år sedan
LICENSE-MIT af3654373e 改版前提交 1 år sedan
README.md af3654373e 改版前提交 1 år sedan
package.json af3654373e 改版前提交 1 år sedan

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