zhangqiOMG 84921f143e 管网业务端 hace 2 años
..
src 84921f143e 管网业务端 hace 2 años
test 84921f143e 管网业务端 hace 2 años
LICENSE-MIT 84921f143e 管网业务端 hace 2 años
README.md 84921f143e 管网业务端 hace 2 años
package.json 84921f143e 管网业务端 hace 2 años

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