microfoom
API referenceFunctions

mergeConfig

Function: mergeConfig()

function mergeConfig(wider, narrower): AgentConfig;

Defined in: packages/microfoom-core/src/config.ts:193

Merge a wider scope's config with a narrower one. Associative, so folding a chain in either grouping yields the same result (Q6). Pure and total.

Parameters

ParameterType
widerAgentConfig
narrowerAgentConfig

Returns

AgentConfig

On this page