function isStream()

in index.js [256:258]


function isStream (obj) {
  return obj != null && typeof obj.pipe === 'function'
}