summaryrefslogtreecommitdiff
path: root/node_modules/gulp-debug/node_modules/gulp-util/lib/isStream.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-debug/node_modules/gulp-util/lib/isStream.js')
-rw-r--r--node_modules/gulp-debug/node_modules/gulp-util/lib/isStream.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/gulp-debug/node_modules/gulp-util/lib/isStream.js b/node_modules/gulp-debug/node_modules/gulp-util/lib/isStream.js
deleted file mode 100644
index 6b54e123b..000000000
--- a/node_modules/gulp-debug/node_modules/gulp-util/lib/isStream.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var Stream = require('stream').Stream;
-
-module.exports = function(o) {
- return !!o && o instanceof Stream;
-};