effect-io-ai

Package: effect
Module: MergeState

MergeState.isBothRunning

Returns true if the specified MergeState is a BothRunning, false otherwise.

Signature

declare const isBothRunning: <Env, Err, Err1, Err2, Elem, Done, Done1, Done2>(self: MergeState<Env, Err, Err1, Err2, Elem, Done, Done1, Done2>) => self is BothRunning<Env, Err, Err1, Err2, Elem, Done, Done1, Done2>

Source

Since v2.0.0