Package: effect
Module: FiberId
Returns this FiberId if it is not None, otherwise returns that FiberId.
Signature
declare const getOrElse: { (that: FiberId): (self: FiberId) => FiberId; (self: FiberId, that: FiberId): FiberId; }
Since v2.0.0