aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bind-apply-helpers/actualApply.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/call-bind-apply-helpers/actualApply.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/call-bind-apply-helpers/actualApply.js b/node_modules/call-bind-apply-helpers/actualApply.js
deleted file mode 100644
index ffa5135..0000000
--- a/node_modules/call-bind-apply-helpers/actualApply.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'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);