coronamap/node_modules/has
2022-08-06 08:09:54 -07:00
..
src Reupload 2022-08-06 08:09:54 -07:00
test Reupload 2022-08-06 08:09:54 -07:00
LICENSE-MIT Reupload 2022-08-06 08:09:54 -07:00
package.json Reupload 2022-08-06 08:09:54 -07:00
README.md Reupload 2022-08-06 08:09:54 -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