b s s m e0c8121d0c first commit 3 年 前
..
src e0c8121d0c first commit 3 年 前
test e0c8121d0c first commit 3 年 前
LICENSE-MIT e0c8121d0c first commit 3 年 前
README.md e0c8121d0c first commit 3 年 前
package.json e0c8121d0c 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