yuanhao b574408fd7 first commit há 3 anos atrás
..
src b574408fd7 first commit há 3 anos atrás
test b574408fd7 first commit há 3 anos atrás
LICENSE-MIT b574408fd7 first commit há 3 anos atrás
README.md b574408fd7 first commit há 3 anos atrás
package.json b574408fd7 first commit há 3 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