RelativeRoundingMethod
RelativeRoundingMethodis a structural type that appears in public signatures. It is not directly importable.
Used by the formatRelative* family — how the computed distance rounds to the display unit, applied to the signed fractional value (see internal/resolveRelativeRounding.ts).
Definition
Section titled “Definition”type RelativeRoundingMethod = "floor" | "ceil" | "round";