scurker / currency.js

A javascript library for handling currencies
https://currency.js.org
MIT License
3.15k stars 142 forks source link

feat: add mapDistribute function #462

Open albertossilva opened 8 months ago

albertossilva commented 8 months ago

This new function makes the developer's life easier while distributing values into arrays.

The main use case is that distribution sometimes will happen into a value to generate installments, this is covered by distribute method. In this PR the idea is to cover a second important use case, that is distributing a value over an previous list of elements.