chenpm 113896a47c no message месяцев назад: 8
..
src 113896a47c no message месяцев назад: 8
test 113896a47c no message месяцев назад: 8
LICENSE-MIT 113896a47c no message месяцев назад: 8
README.md 113896a47c no message месяцев назад: 8
package.json 113896a47c no message месяцев назад: 8

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