effect-io-ai

Package: effect
Module: Pull

Pull.isDoneCause

Checks whether a Cause contains any done errors.

When to use

Use when you need to test whether a pull failure cause represents normal completion and only need a boolean result.

See

Signature

declare const isDoneCause: <E>(cause: Cause.Cause<E>) => boolean

Source

Since v4.0.0