diff options
Diffstat (limited to 'node_modules/core-js/internals/a-function.js')
| -rw-r--r-- | node_modules/core-js/internals/a-function.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/core-js/internals/a-function.js b/node_modules/core-js/internals/a-function.js deleted file mode 100644 index b597471..0000000 --- a/node_modules/core-js/internals/a-function.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = function (it) { - if (typeof it != 'function') { - throw TypeError(String(it) + ' is not a function'); - } return it; -}; |
