A value interceptor.

interface Interceptor ((key, lookupValue) => SupportedValueTypes)
  • An interceptor is informed about any config key access. The lookupValue function can be used to fetch the original configuration value. An interceptor may return custom values.

    Parameters

    Returns SupportedValueTypes

    the intercepted config value or undefined

Generated using TypeDoc