暫無描述

FFIB: 11e3a9652a first 7 年之前
..
src 11e3a9652a first 7 年之前
test 11e3a9652a first 7 年之前
.jshintrc 11e3a9652a first 7 年之前
.npmignore 11e3a9652a first 7 年之前
LICENSE-MIT 11e3a9652a first 7 年之前
README.mkd 11e3a9652a first 7 年之前
package.json 11e3a9652a first 7 年之前

README.mkd

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true