Liking cljdoc? Tell your friends :D

dinero.currency


assert-currencyclj

(assert-currency currency)

Asserts that the given currency is a valid currency.

Asserts that the given currency is a valid currency.
sourceraw docstring

currenciesclj

source

get-all-currenciesclj

(get-all-currencies)

Returns all available currencies.

Returns all available currencies.
sourceraw docstring

get-currency-codeclj

(get-currency-code currency)

Returns the currency code of the given currency.

Returns the currency code of the given currency.
sourceraw docstring

get-minor-unitsclj

(get-minor-units currency)

Returns the minor units of the given currency.

Returns the minor units of the given currency.
sourceraw docstring

get-symbolclj

(get-symbol currency)
(get-symbol currency locale)

Returns the currency symbol of the given currency.

Returns the currency symbol of the given currency.
sourceraw docstring

iso-4217?clj

(iso-4217? currency)

Returns true if the given currency is an ISO 4217 currency.

Returns true if the given currency is an ISO 4217 currency.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close