urltomarkdown/node_modules/has
Lee Hanken 35127825dd amended packages due to build issue 2022-12-21 23:26:55 +00:00
..
src amended packages due to build issue 2022-12-21 23:26:55 +00:00
test amended packages due to build issue 2022-12-21 23:26:55 +00:00
LICENSE-MIT amended packages due to build issue 2022-12-21 23:26:55 +00:00
README.md amended packages due to build issue 2022-12-21 23:26:55 +00:00
package.json amended packages due to build issue 2022-12-21 23:26:55 +00:00

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true