陈鹏铭 93064e9f91 首次提交 11 miesięcy temu
..
src 93064e9f91 首次提交 11 miesięcy temu
test 93064e9f91 首次提交 11 miesięcy temu
LICENSE-MIT 93064e9f91 首次提交 11 miesięcy temu
README.md 93064e9f91 首次提交 11 miesięcy temu
package.json 93064e9f91 首次提交 11 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