kiruthiga 55473b7e7c initial push 5 dní pred
..
src 55473b7e7c initial push 5 dní pred
test 55473b7e7c initial push 5 dní pred
LICENSE-MIT 55473b7e7c initial push 5 dní pred
README.md 55473b7e7c initial push 5 dní pred
package.json 55473b7e7c initial push 5 dní pred

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