lib/tpk_common.ex

defmodule TPK.Common do
  @moduledoc """
  `TPK.Common` is a collection of 'globally' used pure functions.

  See sub-modules for the several categories.

  - `TPK.Common.HTML`
    deal with markdown and HTML strings.
  - `TPK.Common.OTP.RegisteredServer`
    deal with markdown and HTML strings.
  """

end