HaXeho e0dad002ed first commit 10 сар өмнө
..
src e0dad002ed first commit 10 сар өмнө
test e0dad002ed first commit 10 сар өмнө
LICENSE-MIT e0dad002ed first commit 10 сар өмнө
README.md e0dad002ed first commit 10 сар өмнө
package.json e0dad002ed first commit 10 сар өмнө

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