1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-04-03 20:53:29 +00:00
2020-03-03 22:30:50 +02:00
..
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02: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