plus

operator fun JsBigInt.plus(value: Int): JsBigInt(source)
operator fun JsBigInt.plus(value: Long): JsBigInt(source)

Returns a JsBigInt which is the sum of this + value.