Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
nitowa 1dae68b1c7 init il y a 1 an
..
src init il y a 1 an
test init il y a 1 an
LICENSE-MIT init il y a 1 an
README.md init il y a 1 an
package.json init 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