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.
config key
a function providing the original config value
the intercepted config value or undefined
A value interceptor.