File "actualApply.js"

Full Path: C:/wamp64/www/Seleccion/node_modules/call-bind-apply-helpers/actualApply.js
File size: 280 bytes
MIME-type: text/plain
Charset: utf-8

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