Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/call-bind-apply-helpers/actualApply.js

'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);
Back to Directory File Manager