296a000a76 报修后台管理系统 v1.0.0 il y a 4 ans
..
src 296a000a76 报修后台管理系统 v1.0.0 il y a 4 ans
test 296a000a76 报修后台管理系统 v1.0.0 il y a 4 ans
LICENSE-MIT 296a000a76 报修后台管理系统 v1.0.0 il y a 4 ans
README.md 296a000a76 报修后台管理系统 v1.0.0 il y a 4 ans
package.json 296a000a76 报修后台管理系统 v1.0.0 il y a 4 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