tanyanfei 2effbd93de init il y a 4 ans
..
node_modules 2effbd93de init il y a 4 ans
src 2effbd93de init il y a 4 ans
test 2effbd93de init il y a 4 ans
LICENSE-MIT 2effbd93de init il y a 4 ans
README.md 2effbd93de init il y a 4 ans
package.json 2effbd93de init il y a 4 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