@kosko/envInterfacesReducerOn this pagepublicReducer Describes a step in the variables overriding chain.Index PropertiesnameMethodsreduceProperties namename: stringName of the reducer.Methods reducereduce(target: Record<string, any>, componentName?: string): Record<string, any>Overrides variables for the specified component. If component name is not specified then overrides only global variables.Parameterstarget: Record<string, any>optionalcomponentName: stringReturns Record<string, any>
Describes a step in the variables overriding chain.