xiezhiming bcc6bf9d94 修改 hai 1 ano
..
src bcc6bf9d94 修改 hai 1 ano
test bcc6bf9d94 修改 hai 1 ano
LICENSE-MIT bcc6bf9d94 修改 hai 1 ano
README.md bcc6bf9d94 修改 hai 1 ano
package.json bcc6bf9d94 修改 hai 1 ano

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