Skip to content

RelativeUnit

Intl.RelativeTimeFormatUnit includes “quarter” which Temporal doesn’t support.

type RelativeUnit =
| "year"
| "month"
| "week"
| "day"
| "hour"
| "minute"
| "second";

zoned/format/formatRelativeZoned.ts