Packages

Jaya Currency Converter is a converter exchange

Current section

Files

Jump to
jaya_currency_converter lib jaya_currency_converter.ex
Raw

lib/jaya_currency_converter.ex

defmodule JayaCurrencyConverter do
@moduledoc """
JayaCurrencyConverter keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end