Cldr.Config.number_system_names_for

You're seeing just the function number_system_names_for, go back to Cldr.Config module for more information.
Link to this function

number_system_names_for(locale_name, config)

View Source

Specs

number_system_names_for(Cldr.Locale.locale_name(), t()) ::
  {:ok, [atom(), ...]} | {:error, {module(), String.t()}}

Returns the number system names for a locale

Example

iex> Cldr.Config.number_system_names_for("th", %Cldr.Config{locales: ["en", "th"]})
{:ok, [:latn, :thai]}