diff options
Diffstat (limited to 'node_modules/es5-ext/object/valid-callable.js')
-rw-r--r-- | node_modules/es5-ext/object/valid-callable.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/es5-ext/object/valid-callable.js b/node_modules/es5-ext/object/valid-callable.js deleted file mode 100644 index a97fb3eaf..000000000 --- a/node_modules/es5-ext/object/valid-callable.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict"; - -module.exports = function (fn) { - if (typeof fn !== "function") throw new TypeError(fn + " is not a function"); - return fn; -}; |