The addition (+) operator. If x is an object with an add method, it returns x.add(y). Otherwise it returns the result of x + y.
x
add
x.add(y)
x + y
Generated using TypeDoc
The addition (+) operator. If
x
is an object with anadd
method, it returnsx.add(y)
. Otherwise it returns the result ofx + y
.Returns
x + y