outaozhen bb52c63d7d 库提交 il y a 5 ans
..
src bb52c63d7d 库提交 il y a 5 ans
test bb52c63d7d 库提交 il y a 5 ans
LICENSE-MIT bb52c63d7d 库提交 il y a 5 ans
README.md bb52c63d7d 库提交 il y a 5 ans
package.json bb52c63d7d 库提交 il y a 5 ans

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