张益铭 9064b372e8 docs:更新文档 4 жил өмнө
..
src 9064b372e8 docs:更新文档 4 жил өмнө
test 9064b372e8 docs:更新文档 4 жил өмнө
LICENSE-MIT 9064b372e8 docs:更新文档 4 жил өмнө
README.md 9064b372e8 docs:更新文档 4 жил өмнө
package.json 9064b372e8 docs:更新文档 4 жил өмнө

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