Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
Emmanuel b7eccee437 Navbar před 4 roky
..
src Navbar před 4 roky
test Navbar před 4 roky
LICENSE-MIT Navbar před 4 roky
README.md Navbar před 4 roky
package.json Navbar před 4 roky

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