JS Utils Kit
    Preparing search index...

    Function removeEnv

    • Remove an environment variable.

      Parameters

      • k: string

        Environment variable name

      Returns void

      • Deletes the specified key from the environment object.
      • After removal, the variable will behave as if it was never set.
      removeEnv("DEBUG");