lib/io/ansi/table/row.ex

defmodule IO.ANSI.Table.Row do
  @moduledoc """
  Defines the `row` type.
  """

  @type t :: [String.t()]
end