houwei ce722c56bc 代码更新 há 2 anos atrás
..
src ce722c56bc 代码更新 há 2 anos atrás
test ce722c56bc 代码更新 há 2 anos atrás
LICENSE-MIT ce722c56bc 代码更新 há 2 anos atrás
README.md ce722c56bc 代码更新 há 2 anos atrás
package.json ce722c56bc 代码更新 há 2 anos atrás

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