Exit Full View

Cavern Quest 2 / build / js / 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);