innhibit/site/node_modules/has
2024-01-18 16:17:13 -05:00
..
src refactor: reorganized repo 2024-01-18 16:17:13 -05:00
test refactor: reorganized repo 2024-01-18 16:17:13 -05:00
LICENSE-MIT refactor: reorganized repo 2024-01-18 16:17:13 -05:00
package.json refactor: reorganized repo 2024-01-18 16:17:13 -05:00
README.md refactor: reorganized repo 2024-01-18 16:17:13 -05: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