limepot-xyz/mybulma/node_modules/has
2023-01-27 19:21:00 -07:00
..
src Beta Primary 2023-01-27 19:21:00 -07:00
test Beta Primary 2023-01-27 19:21:00 -07:00
LICENSE-MIT Beta Primary 2023-01-27 19:21:00 -07:00
package.json Beta Primary 2023-01-27 19:21:00 -07:00
README.md Beta Primary 2023-01-27 19:21:00 -07: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