Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias Temporal.ArithmeticOptions
Unstable

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

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