UNPKG

dota2-fork

Version:

A node-steam plugin for Dota 2. Fork with fresh updates

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;