API

 

CurrencyValue

This type defines a currency value.

type CurrencyValue = [ number, string ];

E.g.: [ 1000, 'USD' ]