ouroboros-group/mybulma/node_modules/has
2023-07-30 18:27:37 -06:00
..
src 20230730 2023-07-30 18:21:54 -06:00
test 20230730 2023-07-30 18:21:54 -06:00
LICENSE-MIT 20230730 2023-07-30 18:27:37 -06:00
package.json 20230730 2023-07-30 18:27:37 -06:00
README.md 20230730 2023-07-30 18:27:37 -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