user5 8365d36525 项目初始化 il y a 10 mois
..
src 8365d36525 项目初始化 il y a 10 mois
test 8365d36525 项目初始化 il y a 10 mois
LICENSE-MIT 8365d36525 项目初始化 il y a 10 mois
README.md 8365d36525 项目初始化 il y a 10 mois
package.json 8365d36525 项目初始化 il y a 10 mois

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