xiezhiming bcc6bf9d94 修改 1 year ago
..
src bcc6bf9d94 修改 1 year ago
test bcc6bf9d94 修改 1 year ago
LICENSE-MIT bcc6bf9d94 修改 1 year ago
README.md bcc6bf9d94 修改 1 year ago
package.json bcc6bf9d94 修改 1 year ago

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