Module Node.Process
type t =
< argv : string array
; arch : string
; abort : unit Js.OO.Meth.arity0
; chdir : (string -> unit) Js.OO.Meth.arity1
; cwd : string Js.OO.Meth.arity0
; disconnect : unit Js.OO.Meth.arity0
; platform : string
; env : string Js.Dict.t >
Js.tval process : tval argv : string arrayval exit : int -> 'aval cwd : unit -> stringval uptime : t -> unit -> floatThe process.uptime() method returns the number of seconds the current Node.js process has been running.)
val putEnvVar : string -> string -> unitval deleteEnvVar : string -> unit