shift73k/assets_old/node_modules/has
2022-08-13 07:32:36 -04:00
..
src progress on migrating to heex templates and font-icons 2022-08-13 07:32:36 -04:00
test progress on migrating to heex templates and font-icons 2022-08-13 07:32:36 -04:00
LICENSE-MIT progress on migrating to heex templates and font-icons 2022-08-13 07:32:36 -04:00
package.json progress on migrating to heex templates and font-icons 2022-08-13 07:32:36 -04:00
README.md progress on migrating to heex templates and font-icons 2022-08-13 07:32:36 -04: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