blowfish/node_modules/has
2023-01-29 22:30:24 +00:00
..
src config redirect 2023-01-29 22:30:24 +00:00
test config redirect 2023-01-29 22:30:24 +00:00
LICENSE-MIT config redirect 2023-01-29 22:30:24 +00:00
package.json config redirect 2023-01-29 22:30:24 +00:00
README.md config redirect 2023-01-29 22:30:24 +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