Polka.Server
module Address : sig ... end
val close :
t ->
?callback:(Node.JsError.t Interop.or_undefined -> unit) ->
unit ->
t
val address : t -> Address.t Interop.or_undefined
val on :
t ->
[ `Close of unit -> unit | `Error of err:Node.JsError.t -> unit ] ->
unit