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