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

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