Zhouyiping 5a7c95461a first commit 3 өдөр өмнө
..
src 5a7c95461a first commit 3 өдөр өмнө
test 5a7c95461a first commit 3 өдөр өмнө
LICENSE-MIT 5a7c95461a first commit 3 өдөр өмнө
README.md 5a7c95461a first commit 3 өдөр өмнө
package.json 5a7c95461a first commit 3 өдөр өмнө

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