RoundTo import { RoundTo } from "destack:time"; Options for Temporal round methods. export type RoundTo = SmallestUnit | { smallestUnit: SmallestUnit; roundingIncrement?: float64; roundingMode?: RoundingMode } language/library/src/time/option.ds:56:67