zhuxiuping 3f1b294898 提交代码 3 years atrás
..
src 3f1b294898 提交代码 3 years atrás
test 3f1b294898 提交代码 3 years atrás
LICENSE-MIT 3f1b294898 提交代码 3 years atrás
README.md 3f1b294898 提交代码 3 years atrás
package.json 3f1b294898 提交代码 3 years 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