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