io.laminext.websocket.ReExports.scala Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy