Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
Emmanuel b7eccee437 Navbar il y a 4 ans
..
src Navbar il y a 4 ans
test Navbar il y a 4 ans
LICENSE-MIT Navbar il y a 4 ans
README.md Navbar il y a 4 ans
package.json Navbar il y a 4 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