Files
Chatapp/Backend/node_modules/call-bind-apply-helpers/actualApply.js
T
francesco448 0a448b1250 first commit
2026-03-14 14:59:41 +01:00

11 lines
368 B
JavaScript

'use strict';
var bind = require('function-bind');
var $apply = require('call-bind-apply-helpers/functionApply');
var $call = require('call-bind-apply-helpers/functionCall');
var $reflectApply = require('call-bind-apply-helpers/reflectApply');
/** @type {import('call-bind-apply-helpers/actualApply')} */
module.exports = $reflectApply || bind.call($call, $apply);