menu
RoundTo
import { RoundTo } from "destack:time";
Options for Temporal round methods.
1export type RoundTo<T: DateTimeUnit> = SmallestUnit<T> | { smallestUnit: SmallestUnit<T>; roundingIncrement?: float64; roundingMode?: RoundingMode }import { RoundTo } from "destack:time";
Options for Temporal round methods.
1export type RoundTo<T: DateTimeUnit> = SmallestUnit<T> | { smallestUnit: SmallestUnit<T>; roundingIncrement?: float64; roundingMode?: RoundingMode }