zhangqiOMG e15bff017f 代码上传 il y a 2 ans
..
src e15bff017f 代码上传 il y a 2 ans
test e15bff017f 代码上传 il y a 2 ans
LICENSE-MIT e15bff017f 代码上传 il y a 2 ans
README.md e15bff017f 代码上传 il y a 2 ans
package.json e15bff017f 代码上传 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