UNPKG

@burglekitt/gmt

Version:

Temporal-based date and time utilities with timezone support and polyfill integration

7 lines (6 loc) 248 B
import type { Temporal } from "@js-temporal/polyfill"; export type RoundingOptions<Unit extends Temporal.DateTimeUnit> = { smallestUnit?: Temporal.SmallestUnit<Unit>; roundingIncrement?: number; roundingMode?: Temporal.RoundingMode; };