kiruthiga 55473b7e7c initial push 6 gün önce
..
src 55473b7e7c initial push 6 gün önce
test 55473b7e7c initial push 6 gün önce
LICENSE-MIT 55473b7e7c initial push 6 gün önce
README.md 55473b7e7c initial push 6 gün önce
package.json 55473b7e7c initial push 6 gün önce

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