Package: effect
Module: Pull
Excludes Cause.Done completion signals from an error type union.
When to use
Use to describe the ordinary error type that remains after Cause.Done
completion signals have been handled or filtered out of an error union.
See
Error for extracting ordinary failures from a PullLeftover for extracting the completion leftover typeSignature
type ExcludeDone<E> = Exclude<E, Cause.Done<any>>
Since v4.0.0