warrior 66f00d63c9 created page il y a 5 mois
..
src 66f00d63c9 created page il y a 5 mois
test 66f00d63c9 created page il y a 5 mois
LICENSE-MIT 66f00d63c9 created page il y a 5 mois
README.md 66f00d63c9 created page il y a 5 mois
package.json 66f00d63c9 created page il y a 5 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