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