Hierarchy

  • expandEnv
  • ExpandEnv replaces ${var} or $var in the string according to the values of the current environment variables. References to undefined variables are replaced by the empty string.

    Parameters

    • s: string

    Returns string

Generated using TypeDoc