'use strict'; var bind = require('function-bind'); var $apply = require('call-bind-apply-helpers/functionApply'); var $call = require('call-bind-apply-helpers/functionCall'); var $reflectApply = require('call-bind-apply-helpers/reflectApply'); /** @type {import('call-bind-apply-helpers/actualApply')} */ module.exports = $reflectApply || bind.call($call, $apply);