houwei ce722c56bc 代码更新 il y a 2 ans
..
src ce722c56bc 代码更新 il y a 2 ans
test ce722c56bc 代码更新 il y a 2 ans
LICENSE-MIT ce722c56bc 代码更新 il y a 2 ans
README.md ce722c56bc 代码更新 il y a 2 ans
package.json ce722c56bc 代码更新 il y a 2 ans

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