toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.process
/
ProcessEnv
Process
Env
sealed
external
interface
ProcessEnv
:
Record
<
String
,
String
>
(
source
)
Members
Properties
TZ
Link copied to clipboard
abstract
var
TZ
:
String
?
Can be used to change the default timezone at runtime
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
String
)
:
String
?
set
Link copied to clipboard
open
operator
fun
set
(
key
:
String
,
value
:
String
)