Package: effect
Module: Duration
A Duration representing zero time.
Example (Referencing the zero duration)
import { Duration } from "effect"
console.log(Duration.toMillis(Duration.zero)) // 0
Signature
declare const zero: Duration
Since v2.0.0