PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
vinyl
/
lib
'use strict'; function isStream(stream) { if (!stream) { return false; } if (typeof stream.pipe !== 'function') { return false; } return true; } module.exports = isStream;
[-] normalize.js
[edit]
[+]
..
[-] is-stream.js
[edit]
[-] inspect-stream.js
[edit]