Usage in Deno
import * as mod from "node:process";
      
    Interfaces #
I
I
I
I
Process
No documentation available
- abort
 - addListener
 - allowedNodeEnvironmentFlags
 - arch
 - argv
 - argv0
 - availableMemory
 - channel
 - chdir
 - config
 - connected
 - constrainedMemory
 - cpuUsage
 - cwd
 - debugPort
 - disconnect
 - dlopen
 - emit
 - emitWarning
 - env
 - execArgv
 - execPath
 - exit
 - exitCode
 - features
 - finalization
 - getActiveResourcesInfo
 - getBuiltinModule
 - getegid
 - geteuid
 - getgid
 - getgroups
 - getuid
 - hasUncaughtExceptionCaptureCallback
 - hrtime
 - kill
 - listeners
 - loadEnvFile
 - mainModule
 - memoryUsage
 - nextTick
 - on
 - once
 - permission
 - pid
 - platform
 - ppid
 - prependListener
 - prependOnceListener
 - ref
 - release
 - report
 - resourceUsage
 - send
 - setSourceMapsEnabled
 - setUncaughtExceptionCaptureCallback
 - setegid
 - seteuid
 - setgid
 - setgroups
 - setuid
 - sourceMapsEnabled
 - stderr
 - stdin
 - stdout
 - throwDeprecation
 - title
 - traceDeprecation
 - umask
 - unref
 - uptime
 - version
 - versions
 
I
I
I
ProcessFeatures
No documentation available
I
I
I
I
I
I
I
Type Aliases #
T
T
T
T
T
T
T
T
T
T
T
T
T
T
UnhandledRejectionListener
Most of the time the unhandledRejection will be an Error, but this should not be relied upon as anything can be thrown/rejected, it is therefore unsafe to assume that the value is an Error.
T
T
Variables #
v