interface LoadedEnv {
    NODE_ENV: NodeEnv;
    TZ?: string;
}

Hierarchy (view full)

Properties

Properties

NODE_ENV: NodeEnv
TZ?: string

Can be used to change the default timezone at runtime