xtf e538decb69 药品分类 il y a 11 mois
..
src e538decb69 药品分类 il y a 11 mois
test e538decb69 药品分类 il y a 11 mois
LICENSE-MIT e538decb69 药品分类 il y a 11 mois
README.md e538decb69 药品分类 il y a 11 mois
package.json e538decb69 药品分类 il y a 11 mois

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