@epikodelabs/streamix / src/public-api / isExprMarker
Function: isExprMarker()
isExprMarker(
value): value is AtomExpr<any> | DerivedExpr<any, any> | PipeExpr<any, any> | FlowExpr<any, any>
Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:61
Parameters
value
any
Returns
value is AtomExpr<any> | DerivedExpr<any, any> | PipeExpr<any, any> | FlowExpr<any, any>