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

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