Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / isOperator

Function: isOperator()

isOperator(value): value is Operator<any, any>

Defined in: projects/libraries/streamix/src/lib/atoms/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.

Released under the GNU AGPL v3 or later.