innovationDriveApp/node_modules/has
2018-07-08 22:49:17 +10:00
..
src added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
test added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
LICENSE-MIT added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
package.json deleted homepage in package.json 2018-07-08 22:49:17 +10:00
README.md added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10: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