HaXeho e0dad002ed first commit 10 luni în urmă
..
src e0dad002ed first commit 10 luni în urmă
test e0dad002ed first commit 10 luni în urmă
LICENSE-MIT e0dad002ed first commit 10 luni în urmă
README.md e0dad002ed first commit 10 luni în urmă
package.json e0dad002ed first commit 10 luni în urmă

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