lilifeng c71d36d3ce 物业巡查 hai 1 ano
..
src c71d36d3ce 物业巡查 hai 1 ano
test c71d36d3ce 物业巡查 hai 1 ano
LICENSE-MIT c71d36d3ce 物业巡查 hai 1 ano
README.md c71d36d3ce 物业巡查 hai 1 ano
package.json c71d36d3ce 物业巡查 hai 1 ano

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