Files
Remote-Control-Center/mc_test/node_modules/call-bind-apply-helpers/actualApply.js
2025-11-25 09:56:15 +03:00

11 lines
280 B
JavaScript
Executable File

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