Package: effect
Module: MergeState
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>
Since v2.0.0