Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadedConfigSelectors<T>

Type parameters

  • T

Hierarchy

  • LoadedConfigSelectors

Index

Properties

configFileSelector

configFileSelector: GetterFromConfig<T>

A getter function getting config values associated with the inferred profile from shared INI files

default

default: FromStaticConfig<T>

Default value or getter

environmentVariableSelector

environmentVariableSelector: GetterFromEnv<T>

A getter function getting the config values from all the environment variables.