Nado Typescript SDK Documentation
Preparing search index...
Nado Utils
sumBigDecimalBy
Function sumBigDecimalBy
sumBigDecimalBy
<
T
>
(
collection
:
undefined
|
null
|
T
[]
,
iteratee
:
(
value
:
T
)
=>
Value
,
)
:
BigNumber
Util function to sum BigDecimal values, inspired by Lodash
Type Parameters
T
Parameters
collection
:
undefined
|
null
|
T
[]
iteratee
:
(
value
:
T
)
=>
Value
Returns
BigNumber
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Documentation
Loading...
Util function to sum BigDecimal values, inspired by Lodash