APPLE 323c2f1633 wesmiler 点什么广告 3 years ago
..
src 323c2f1633 wesmiler 点什么广告 3 years ago
test 323c2f1633 wesmiler 点什么广告 3 years ago
LICENSE-MIT 323c2f1633 wesmiler 点什么广告 3 years ago
README.md 323c2f1633 wesmiler 点什么广告 3 years ago
package.json 323c2f1633 wesmiler 点什么广告 3 years ago

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