Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
Emmanuel b7eccee437 Navbar hace 4 años
..
src Navbar hace 4 años
test Navbar hace 4 años
LICENSE-MIT Navbar hace 4 años
README.md Navbar hace 4 años
package.json Navbar hace 4 años

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