PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
vinyl
/
lib
'use strict'; function inspectStream(stream) { var streamType = stream.constructor.name; // Avoid StreamStream if (streamType === 'Stream') { streamType = ''; } return '<' + streamType + 'Stream>'; } module.exports = inspectStream;
[-] normalize.js
[edit]
[+]
..
[-] is-stream.js
[edit]
[-] inspect-stream.js
[edit]