jack e1a2621c78 update 2 年 前
..
src e1a2621c78 update 2 年 前
test e1a2621c78 update 2 年 前
LICENSE-MIT e1a2621c78 update 2 年 前
README.md e1a2621c78 update 2 年 前
package.json e1a2621c78 update 2 年 前

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