Module Vscode_languageclient.NodeModule

include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val module_ : t -> string
val args : t -> string list option
val runtime : t -> string option
val options : t -> ForkOptions.t option
val create : module_:string -> ?transport:Transport.t -> ?args:string list -> ?runtime:string -> ?options:ForkOptions.t -> unit -> t