coronamap/node_modules/has
2020-06-14 00:00:00 -07:00
..
src Migrate 2020-06-14 00:00:00 -07:00
test Migrate 2020-06-14 00:00:00 -07:00
LICENSE-MIT Migrate 2020-06-14 00:00:00 -07:00
package.json Migrate 2020-06-14 00:00:00 -07:00
README.md Migrate 2020-06-14 00:00:00 -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