projecte_ionic/node_modules/has
2022-02-09 18:30:03 +01:00
..
src Conexio amb la api 2022-02-09 18:30:03 +01:00
test Conexio amb la api 2022-02-09 18:30:03 +01:00
LICENSE-MIT Conexio amb la api 2022-02-09 18:30:03 +01:00
package.json Conexio amb la api 2022-02-09 18:30:03 +01:00
README.md Conexio amb la api 2022-02-09 18:30:03 +01: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