root e2ef550dc3 update 2 年之前
..
src e2ef550dc3 update 2 年之前
test e2ef550dc3 update 2 年之前
LICENSE-MIT e2ef550dc3 update 2 年之前
README.md e2ef550dc3 update 2 年之前
package.json e2ef550dc3 update 2 年之前

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