deepsea ca9f471156 first commit il y a 1 an
..
src ca9f471156 first commit il y a 1 an
test ca9f471156 first commit il y a 1 an
LICENSE-MIT ca9f471156 first commit il y a 1 an
README.md ca9f471156 first commit il y a 1 an
package.json ca9f471156 first commit il y a 1 an

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