Module Orpc_js_client


module Orpc_js_client: sig .. end

type t 
val create : string -> t
val sync_call : t -> string -> Obj.t -> Obj.t
val add_call : t -> string -> Obj.t -> ((unit -> Obj.t) -> unit) -> unit