陈鹏铭 25c6cf8178 苏南产业园 管理端 第一次提交 hai 1 ano
..
src 25c6cf8178 苏南产业园 管理端 第一次提交 hai 1 ano
test 25c6cf8178 苏南产业园 管理端 第一次提交 hai 1 ano
LICENSE-MIT 25c6cf8178 苏南产业园 管理端 第一次提交 hai 1 ano
README.md 25c6cf8178 苏南产业园 管理端 第一次提交 hai 1 ano
package.json 25c6cf8178 苏南产业园 管理端 第一次提交 hai 1 ano

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