Module Polka.Server

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