chenrui  c2abfadd11 add 3 lat temu
..
src c2abfadd11 add 3 lat temu
test c2abfadd11 add 3 lat temu
LICENSE-MIT c2abfadd11 add 3 lat temu
README.md c2abfadd11 add 3 lat temu
package.json c2abfadd11 add 3 lat temu

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