wenjie af3654373e 改版前提交 1 an în urmă
..
src af3654373e 改版前提交 1 an în urmă
test af3654373e 改版前提交 1 an în urmă
LICENSE-MIT af3654373e 改版前提交 1 an în urmă
README.md af3654373e 改版前提交 1 an în urmă
package.json af3654373e 改版前提交 1 an în urmă

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