MCPcopy Index your code
hub / github.com/Effect-TS/effect / Equivalence

Function Equivalence

packages/effect/src/Duration.ts:535–539  ·  view source on GitHub ↗
(self, that)

Source from the content-addressed store, hash-verified

533 * @since 2.0.0
534 */
535export const Equivalence: equivalence.Equivalence<Duration> = (self, that) =>
536 matchWith(self, that, {
537 onMillis: (self, that) => self === that,
538 onNanos: (self, that) => self === that
539 })
540
541const _min = order.min(Order)
542

Callers 3

Cron.tsFile · 0.70
BigDecimal.tsFile · 0.70
Duration.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected