Skip to main content
type alias Temporal.ArithmeticOptions
Unstable

Options for arithmetic operations like add() and subtract()

definition: { overflow?: "constrain" | "reject"; }
definition: { overflow?: "constrain" | "reject"; }