Hyperlinkv0.8.0-beta.28

Pull

Pull.ExcludeDonetypeeffect/Pull.ts:130
ExcludeDone<E>

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.

type extractorsErrorLeftover
Source effect/Pull.ts:1301 lines
export type ExcludeDone<E> = Exclude<E, Cause.Done<any>>
Referenced by 24 symbols