@natoboram/load_env
    Preparing search index...

    Interface LoadedEnv

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

    Hierarchy

    • ProcessEnv
      • LoadedEnv

    Indexable

    • [key: string]: undefined | string
    Index

    Properties

    Properties

    NODE_ENV: string
    TZ?: string

    Can be used to change the default timezone at runtime