Node.Child_processNode Child Process API
val option : ?cwd:string -> ?encoding:string -> unit -> optionval execSync : string -> option -> stringval spawnSync : string -> spawnResultval readAs :
spawnResult ->
< pid : int
; status : int Js.null
; signal : string Js.null
; stdout : Node.string_buffer Js.null
; stderr : Node.string_buffer Js.null >
Js.t