Function load

  • Parses environment files and loads the parsed data to process.env.

    Parameters

    Returns void

  • Parses environment files and loads the parsed data to process.env.

    Parameters

    • path: string

      Either the path to the file or the path to the folder containing environment files. Defaults to (CWD)/.env

    • Optional options: DotEnvParseOptions

      The parse-options.

    Returns void

Generated using TypeDoc