effect-io-ai

Package: effect
Module: Pull

Pull.ExcludeDone

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

Signature

type ExcludeDone<E> = Exclude<E, Cause.Done<any>>

Source

Since v4.0.0