sonia-js/node_modules/has
2024-07-20 14:47:23 -06:00
..
src init 2023-03-30 09:45:31 +00:00
test init 2023-03-30 09:45:31 +00:00
LICENSE-MIT init 2023-03-30 09:45:31 +00:00
package.json a 2024-07-20 14:47:23 -06:00
README.md init 2023-03-30 09:45:31 +00: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