lilifeng c71d36d3ce 物业巡查 1 year ago
..
src c71d36d3ce 物业巡查 1 year ago
test c71d36d3ce 物业巡查 1 year ago
LICENSE-MIT c71d36d3ce 物业巡查 1 year ago
README.md c71d36d3ce 物业巡查 1 year ago
package.json c71d36d3ce 物业巡查 1 year 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