root f4b10b55a0 Initial commit il y a 2 mois
..
src f4b10b55a0 Initial commit il y a 2 mois
test f4b10b55a0 Initial commit il y a 2 mois
LICENSE-MIT f4b10b55a0 Initial commit il y a 2 mois
README.md f4b10b55a0 Initial commit il y a 2 mois
package.json f4b10b55a0 Initial commit il y a 2 mois

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