陈鹏铭 93064e9f91 首次提交 11 meses atrás
..
src 93064e9f91 首次提交 11 meses atrás
test 93064e9f91 首次提交 11 meses atrás
LICENSE-MIT 93064e9f91 首次提交 11 meses atrás
README.md 93064e9f91 首次提交 11 meses atrás
package.json 93064e9f91 首次提交 11 meses 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