defmodule IO.ANSI.Table.Row do @moduledoc """ Defines the row type. """ @typedoc "Table row" @type t :: [String.t()] end