XuelesszzZ 94af2b8e7b 6-30-5 il y a 1 an
..
src 94af2b8e7b 6-30-5 il y a 1 an
test 94af2b8e7b 6-30-5 il y a 1 an
LICENSE-MIT 94af2b8e7b 6-30-5 il y a 1 an
README.md 94af2b8e7b 6-30-5 il y a 1 an
package.json 94af2b8e7b 6-30-5 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