katoikia-app/web-ui/web-react/node_modules/has
Maria Sanchez 5abf040b42 fix web ui template 2022-07-05 22:15:11 -06:00
..
src fix web ui template 2022-07-05 22:15:11 -06:00
test fix web ui template 2022-07-05 22:15:11 -06:00
LICENSE-MIT fix web ui template 2022-07-05 22:15:11 -06:00
README.md fix web ui template 2022-07-05 22:15:11 -06:00
package.json fix web ui template 2022-07-05 22:15:11 -06:00

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