Function: getConfig()
function getConfig(): object;
Defined in: packages/uimatch-selector-anchors/src/types/config.ts:101
Get configuration with environment variable overrides
Returns
object
snippet
snippet: object;
snippet.fuzzyThreshold
fuzzyThreshold: number;
snippet.highConfidence
highConfidence: number;
snippet.maxRadius
maxRadius: number;
timeouts
timeouts: object;
timeouts.astAttr
astAttr: number;
timeouts.astFastPath
astFastPath: number;
timeouts.astFull
astFull: number;
timeouts.htmlParse
htmlParse: number;
timeouts.probe
probe: number;
timeouts.snippetMatch
snippetMatch: number;