schtonn 1ebb70f571 add leancloud 2 yıl önce
..
src 1ebb70f571 add leancloud 2 yıl önce
test 1ebb70f571 add leancloud 2 yıl önce
LICENSE-MIT 1ebb70f571 add leancloud 2 yıl önce
README.md 1ebb70f571 add leancloud 2 yıl önce
package.json 1ebb70f571 add leancloud 2 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