Function setenv

  • Sets the given environment variable to the given value.

    Parameters

    • name: string

      Name of the environment variable to be set.

    • value: string

      Value to be set to.

    Returns void

Generated using TypeDoc