HaXeho e0dad002ed first commit il y a 10 mois
..
src e0dad002ed first commit il y a 10 mois
test e0dad002ed first commit il y a 10 mois
LICENSE-MIT e0dad002ed first commit il y a 10 mois
README.md e0dad002ed first commit il y a 10 mois
package.json e0dad002ed first commit il y a 10 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