jayfella c97084e992 Initial Commit 5 anos atrás
..
src c97084e992 Initial Commit 5 anos atrás
test c97084e992 Initial Commit 5 anos atrás
LICENSE-MIT c97084e992 Initial Commit 5 anos atrás
README.md c97084e992 Initial Commit 5 anos atrás
package.json c97084e992 Initial Commit 5 anos atrás

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