DevYK 8466310f0c update README.md 3 yıl önce
..
src 8466310f0c update README.md 3 yıl önce
test 8466310f0c update README.md 3 yıl önce
LICENSE-MIT 8466310f0c update README.md 3 yıl önce
README.md 8466310f0c update README.md 3 yıl önce
package.json 8466310f0c update README.md 3 yıl ö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