Files
Chatapp/Backend/node_modules/hasown/index.js
T
francesco448 0a448b1250 first commit
2026-03-14 14:59:41 +01:00

9 lines
211 B
JavaScript

'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
/** @type {import('hasown')} */
module.exports = bind.call(call, $hasOwn);