mfm-parser/lib/token/text.ex

4 lines
62 B
Elixir
Raw Normal View History

defmodule MfmParser.Token.Text do
defstruct content: ""
end