@natoboram/load_env
    Preparing search index...

    Interface LoadedEnv

    interface LoadedEnv {
        NODE_ENV: string;
        TZ?: string;
        [key: string]: string | undefined;
    }

    Hierarchy

    • ProcessEnv
      • LoadedEnv

    Indexable

    • [key: string]: string | undefined
    Index

    Properties

    Properties

    NODE_ENV: string
    TZ?: string

    Can be used to change the default timezone at runtime