catppuccin_obsidian/node_modules/has
2022-10-06 16:43:46 -06:00
..
src add stylelint 2022-10-06 16:43:46 -06:00
test add stylelint 2022-10-06 16:43:46 -06:00
LICENSE-MIT add stylelint 2022-10-06 16:43:46 -06:00
package.json add stylelint 2022-10-06 16:43:46 -06:00
README.md add stylelint 2022-10-06 16:43:46 -06: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