chenrui  c2abfadd11 add il y a 3 ans
..
src c2abfadd11 add il y a 3 ans
test c2abfadd11 add il y a 3 ans
LICENSE-MIT c2abfadd11 add il y a 3 ans
README.md c2abfadd11 add il y a 3 ans
package.json c2abfadd11 add il y a 3 ans

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