UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

14 lines (10 loc) 249 B
'use strict'; function inspectStream(stream) { var streamType = stream.constructor.name; // Avoid StreamStream if (streamType === 'Stream') { streamType = ''; } return '<' + streamType + 'Stream>'; } module.exports = inspectStream;