陈鹏铭 3283bca5a2 1 6 miesięcy temu
..
src fe36a53a7d 首次提交 6 miesięcy temu
test fe36a53a7d 首次提交 6 miesięcy temu
LICENSE-MIT 3283bca5a2 1 6 miesięcy temu
README.md fe36a53a7d 首次提交 6 miesięcy temu
package.json fe36a53a7d 首次提交 6 miesięcy temu

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