@epikodelabs/actionstack / isStream
Function: isStream()
isStream(
obj):obj is Stream<unknown>
Defined in: types.ts:633
Tests to see if the object is a streamix Stream
Parameters
obj
any
the object to test
Returns
obj is Stream<unknown>
@epikodelabs/actionstack / isStream
isStream(
obj):obj is Stream<unknown>
Defined in: types.ts:633
Tests to see if the object is a streamix Stream
any
the object to test
obj is Stream<unknown>