root f4b10b55a0 Initial commit 2 月之前
..
src f4b10b55a0 Initial commit 2 月之前
test f4b10b55a0 Initial commit 2 月之前
LICENSE-MIT f4b10b55a0 Initial commit 2 月之前
README.md f4b10b55a0 Initial commit 2 月之前
package.json f4b10b55a0 Initial commit 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