All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.laminext.websocket.ReExports.scala Maven / Gradle / Ivy

There is a newer version: 0.13.0-M2
Show newest version
package io.laminext.websocket

trait ReExports {

  val WebSocket: io.laminext.websocket.WebSocket.type = io.laminext.websocket.WebSocket
  type WebSocket[Receive, Send] = io.laminext.websocket.WebSocket[Receive, Send]
  type WebSocketEvent[Receive]  = io.laminext.websocket.WebSocketEvent[Receive]
  val WebSocketError: io.laminext.websocket.WebSocketError.type = io.laminext.websocket.WebSocketError

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy