PC-mj/.output/server/node_modules/call-bind-apply-helpers/actualApply.js
A1300399510 69bfb3b262 1111
2025-02-20 19:30:25 +08:00

11 lines
280 B
JavaScript

'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);