Skip to content
Litichevskiy Dmitriy edited this page Jan 27, 2019 · 1 revision

manipula.sum([selector])

Method invokes a transform function on each element of an iterable and returns the sum of the resulting values.

Kind: instance method of Manipula

Param Type Description
[selector] selector A transform function to apply to each element.
Clone this wiki locally