parcoursup/node_modules/has
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00
..
src $ 2023-03-05 13:23:23 +01:00
test $ 2023-03-05 13:23:23 +01:00
LICENSE-MIT $ 2023-03-05 13:23:23 +01:00
package.json $ 2023-03-05 13:23:23 +01:00
README.md $ 2023-03-05 13:23:23 +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