menu
LargestUnit
import { LargestUnit } from "destack:time";
Temporal largest unit.
1export type LargestUnit<T: DateTimeUnit> = "auto" | T | PluralUnit<T>import { LargestUnit } from "destack:time";
Temporal largest unit.
1export type LargestUnit<T: DateTimeUnit> = "auto" | T | PluralUnit<T>