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
| Parameter | Type |
|---|---|
value | Partial<V> |
Returns
void