yuanhao b574408fd7 first commit hace 3 años
..
src b574408fd7 first commit hace 3 años
test b574408fd7 first commit hace 3 años
LICENSE-MIT b574408fd7 first commit hace 3 años
README.md b574408fd7 first commit hace 3 años
package.json b574408fd7 first commit hace 3 años

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