Hemdal.Config.Options (Hemdal v1.2.1)

View Source

Define the options (Keyword) implementation for Construct. This way we can use the Hemdal.Config.Options everywhere the options entry is needed.

Summary

Types

t()

Options is Keyword.t() or map().

Types

t()

@type t() :: Keyword.t() | map()

Options is Keyword.t() or map().