yuanhao b574408fd7 first commit 3 лет назад
..
src b574408fd7 first commit 3 лет назад
test b574408fd7 first commit 3 лет назад
LICENSE-MIT b574408fd7 first commit 3 лет назад
README.md b574408fd7 first commit 3 лет назад
package.json b574408fd7 first commit 3 лет назад

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