Module Node.Child_process
Node Child Process API
type optionval option : ?cwd:string -> ?encoding:string -> unit -> optionval execSync : string -> option -> stringtype spawnResultval 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