陈鹏铭 93064e9f91 首次提交 před 11 měsíci
..
src 93064e9f91 首次提交 před 11 měsíci
test 93064e9f91 首次提交 před 11 měsíci
LICENSE-MIT 93064e9f91 首次提交 před 11 měsíci
README.md 93064e9f91 首次提交 před 11 měsíci
package.json 93064e9f91 首次提交 před 11 měsíci

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