aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/object/is-callable.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/object/is-callable.js')
-rw-r--r--node_modules/es5-ext/object/is-callable.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/es5-ext/object/is-callable.js b/node_modules/es5-ext/object/is-callable.js
deleted file mode 100644
index c55915bc3..000000000
--- a/node_modules/es5-ext/object/is-callable.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// Deprecated
-
-"use strict";
-
-module.exports = function (obj) {
- return typeof obj === "function";
-};