Irina Glushko 2389e7160b HW1 done 3 anni fa
..
src 2389e7160b HW1 done 3 anni fa
test 2389e7160b HW1 done 3 anni fa
LICENSE-MIT 2389e7160b HW1 done 3 anni fa
README.md 2389e7160b HW1 done 3 anni fa
package.json 2389e7160b HW1 done 3 anni fa

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