aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bind-apply-helpers/functionCall.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/call-bind-apply-helpers/functionCall.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/call-bind-apply-helpers/functionCall.js b/node_modules/call-bind-apply-helpers/functionCall.js
new file mode 100644
index 0000000..7a8d873
--- /dev/null
+++ b/node_modules/call-bind-apply-helpers/functionCall.js
@@ -0,0 +1,4 @@
+'use strict';
+
+/** @type {import('./functionCall')} */
+module.exports = Function.prototype.call;