Skip to main content
type alias Temporal.ArithmeticOptions

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

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