View Source IbanEx.Country (iban_ex v0.1.0)

Summary

Types

@type country_code() :: <<_::16>> | atom()
@type error_tuple() :: {:error, atom()}

Functions

Link to this function

country_module(country_code)

View Source
@spec country_module(country_code()) :: Module.t() | error_tuple()
Link to this function

is_country_code_supported?(country_code)

View Source
@spec is_country_code_supported?(country_code()) :: boolean()
Link to this function

supported_country_codes()

View Source
@spec supported_country_codes() :: [country_code()] | []