Skip to content

API reference / @localizer/core / Configurer

Type Alias: Configurer()<V>

Configurer<V> = (value) => void

Defined in: types/configuration.ts:24

A function that consumes configuration properties.

Type Parameters

Type Parameter
V

Parameters

ParameterType
valuePartial<V>

Returns

void

See

ConfigurationProperties