Current section

Files

Jump to
whistle lib whistle.ex
Raw

lib/whistle.ex

defmodule Whistle do
@type state() :: map()
@type message() :: tuple() | atom()
@moduledoc false
end