xtf e538decb69 药品分类 11 mesiacov pred
..
src e538decb69 药品分类 11 mesiacov pred
test e538decb69 药品分类 11 mesiacov pred
LICENSE-MIT e538decb69 药品分类 11 mesiacov pred
README.md e538decb69 药品分类 11 mesiacov pred
package.json e538decb69 药品分类 11 mesiacov pred

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