Preparing search index...
The search index is not available
soil-ts
soil-ts
add
Function add
Adds two numbers.
Since
3.4.0
Example
add
(
6
,
4
)
// => 10
Copy
add
(
value
?
,
other
?
)
:
number
Parameters
Optional
value
:
number
Optional
other
:
number
Returns
number
Returns the total.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
soil-ts
Loading...
Adds two numbers.
Since
3.4.0
Example