djLint/docs/node_modules/has
2021-12-14 09:57:37 +01:00
..
src also exclude nunj and musta 2021-12-14 09:57:37 +01:00
test also exclude nunj and musta 2021-12-14 09:57:37 +01:00
LICENSE-MIT also exclude nunj and musta 2021-12-14 09:57:37 +01:00
package.json also exclude nunj and musta 2021-12-14 09:57:37 +01:00
README.md also exclude nunj and musta 2021-12-14 09:57:37 +01: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