JSProcess

@native @JSType trait JSProcess extends Any

Facade for the native nodejs process API

Facade for the native nodejs process API

The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require().

See also
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def cwd(): String