Skip to content

Function: isStream()

isStream(obj): obj is Stream<unknown>

Defined in: types.ts:503

Tests to see if the object is a streamix Stream

Parameters

obj

any

the object to test

Returns

obj is Stream<unknown>

Released under the MIT License.