lhl 6ff0e96ad3 8-4-1 il y a 1 an
..
src 6ff0e96ad3 8-4-1 il y a 1 an
test 6ff0e96ad3 8-4-1 il y a 1 an
LICENSE-MIT 6ff0e96ad3 8-4-1 il y a 1 an
README.md 6ff0e96ad3 8-4-1 il y a 1 an
package.json 6ff0e96ad3 8-4-1 il y a 1 an

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