“zq” 8b847f928a 更新请求地址 1 rok temu
..
src 8b847f928a 更新请求地址 1 rok temu
test 8b847f928a 更新请求地址 1 rok temu
LICENSE-MIT 8b847f928a 更新请求地址 1 rok temu
README.md 8b847f928a 更新请求地址 1 rok temu
package.json 8b847f928a 更新请求地址 1 rok 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