effect-io-ai

Package: effect
Module: Duration

Duration.CombinerMin

Combiner that returns the minimum Duration.

When to use

Use to keep the shortest Duration through APIs that consume a Combiner.

See

Signature

declare const CombinerMin: Combiner.Combiner<Duration>

Source

Since v4.0.0