diff options
Diffstat (limited to 'node_modules/call-bind-apply-helpers/functionCall.js')
| -rw-r--r-- | node_modules/call-bind-apply-helpers/functionCall.js | 4 |
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; |