Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 717 Bytes

File metadata and controls

21 lines (14 loc) · 717 Bytes

Utils 💿

Some powerfull utils that can help you build best products.

API

UtilsService

.currencyConvert(params)

Return list of currencies exchange rates.

Returns: Promise See: CurrencyConversionReq

Param Type Description
currencies Array<Object{from, to}> Array of objects where from property represents currency you have and to - currency you want.

See: Currency convert example