Package: effect
Module: Duration
Combiner that returns the minimum Duration.
When to use
Use to keep the shortest Duration through APIs that consume a Combiner.
See
CombinerMax for keeping the longest Durationmin for comparing two Duration values directlySignature
declare const CombinerMin: Combiner.Combiner<Duration>
Since v4.0.0