kiruthiga 55473b7e7c initial push il y a 6 jours
..
src 55473b7e7c initial push il y a 6 jours
test 55473b7e7c initial push il y a 6 jours
LICENSE-MIT 55473b7e7c initial push il y a 6 jours
README.md 55473b7e7c initial push il y a 6 jours
package.json 55473b7e7c initial push il y a 6 jours

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