@epikodelabs/streamix / isOperator
Function: isOperator()
isOperator(
value):value is Operator<any, any>
Defined in: projects/libraries/streamix/src/lib/abstractions/operator.ts:78
Type guard to check if a value is an Operator.
Parameters
value
unknown
The value to check.
Returns
value is Operator<any, any>
True if the value is an Operator.