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