You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aadhavan Srinivasan 92b3795e10 Updated node modules 1 year ago
..
src Updated node modules 1 year ago
test Updated node modules 1 year ago
LICENSE-MIT Updated node modules 1 year ago
README.md Updated node modules 1 year ago
package.json Updated node modules 1 year ago

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