codeMan 0c1219796a 测试提交 1 year ago
..
src 0c1219796a 测试提交 1 year ago
test 0c1219796a 测试提交 1 year ago
LICENSE-MIT 0c1219796a 测试提交 1 year ago
README.md 0c1219796a 测试提交 1 year ago
package.json 0c1219796a 测试提交 1 year ago

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