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