Frontend/25_01_07/mai/node_modules/call-bind-apply-helpers/actualApply.js

11 lines
280 B
JavaScript
Raw Normal View History

2025-01-28 10:38:27 +00:00
'use strict';
var bind = require('function-bind');
var $apply = require('./functionApply');
var $call = require('./functionCall');
var $reflectApply = require('./reflectApply');
/** @type {import('./actualApply')} */
module.exports = $reflectApply || bind.call($call, $apply);