GoScrobble/web/node_modules/has
2022-04-25 14:48:54 +12:00
..
src 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
test 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
LICENSE-MIT 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
package.json 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
README.md 0.2.0 - Mid migration 2022-04-25 14:48:54 +12: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