spaceout/front_end/node_modules/has
2020-12-12 10:25:30 -05:00
..
src Added Django and React Template 2020-12-12 10:25:30 -05:00
test Added Django and React Template 2020-12-12 10:25:30 -05:00
LICENSE-MIT Added Django and React Template 2020-12-12 10:25:30 -05:00
package.json Added Django and React Template 2020-12-12 10:25:30 -05:00
README.md Added Django and React Template 2020-12-12 10:25:30 -05:00

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true