Current section

Files

Jump to
dala lib dala ui socket.ex
Raw

lib/dala/ui/socket.ex

defmodule Dala.Ui.Socket do
@moduledoc """
Backward-compatible type alias for `Dala.Socket`.
Deprecated: Use `Dala.Socket` directly. This module will be removed in a future release.
"""
@type t :: Dala.Socket.t()
end