houwei ce722c56bc 代码更新 hace 2 años
..
src ce722c56bc 代码更新 hace 2 años
test ce722c56bc 代码更新 hace 2 años
LICENSE-MIT ce722c56bc 代码更新 hace 2 años
README.md ce722c56bc 代码更新 hace 2 años
package.json ce722c56bc 代码更新 hace 2 años

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