prc b6c02717e6 Upload complete no-internet building environment. 1 年之前
..
src b6c02717e6 Upload complete no-internet building environment. 1 年之前
test b6c02717e6 Upload complete no-internet building environment. 1 年之前
LICENSE-MIT b6c02717e6 Upload complete no-internet building environment. 1 年之前
README.md b6c02717e6 Upload complete no-internet building environment. 1 年之前
package.json b6c02717e6 Upload complete no-internet building environment. 1 年之前

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