View Source Boxen.Boxes (boxen v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Boxen.Box{
  bottom: String.t(),
  bottom_left: String.t(),
  bottom_right: String.t(),
  left: String.t(),
  right: String.t(),
  top: String.t(),
  top_left: String.t(),
  top_right: String.t()
}

Link to this section Functions

@spec get_box(type :: atom()) :: t()
@spec get_box_types() :: list()
@spec setup_box(box :: t()) :: t()