deepsea ca9f471156 first commit пре 1 година
..
src ca9f471156 first commit пре 1 година
test ca9f471156 first commit пре 1 година
LICENSE-MIT ca9f471156 first commit пре 1 година
README.md ca9f471156 first commit пре 1 година
package.json ca9f471156 first commit пре 1 година

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