Appearance
@shtse8/fluxus / src / isStreamProviderInstance
Function: isStreamProviderInstance()
isStreamProviderInstance<
T>(value):value is StreamProviderInstance<T>
Defined in: src/providers/streamProvider.ts:59
Type guard to check if a value is a StreamProviderInstance.
Type Parameters
T
T
The potential type of the data.
Parameters
value
unknown
The value to check.
Returns
value is StreamProviderInstance<T>
True if the value is a StreamProviderInstance, false otherwise.