UNPKG

dota2-fork

Version:

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

16 lines (11 loc) 194 B
'use strict'; function isStream(stream) { if (!stream) { return false; } if (typeof stream.pipe !== 'function') { return false; } return true; } module.exports = isStream;