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.
wq dbcaee30a6 Initial commit il y a 2 ans
..
src Initial commit il y a 2 ans
test Initial commit il y a 2 ans
LICENSE-MIT Initial commit il y a 2 ans
README.md Initial commit il y a 2 ans
package.json Initial commit il y a 2 ans

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