# LargestUnit

`import { LargestUnit } from "destack:time";`

Temporal largest unit.

```ds title="LargestUnit"
export type LargestUnit<T: DateTimeUnit> = "auto" | T | PluralUnit<T>
```

[language/library/src/time/unit.ds:52](https://github.com/destack-sh/destack/blob/main/language/library/src/time/unit.ds#L52)
