setup-node/node_modules/has
Danny McCormick c3f0a8be66 Use husky
2019-06-05 11:34:47 -04:00
..
src Use husky 2019-06-05 11:34:47 -04:00
test Use husky 2019-06-05 11:34:47 -04:00
LICENSE-MIT Use husky 2019-06-05 11:34:47 -04:00
package.json Use husky 2019-06-05 11:34:47 -04:00
README.md Use husky 2019-06-05 11:34:47 -04: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