Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / LocaleMatch
Interface: LocaleMatch
Defined in: packages/memory/src/conflict/locale-packs/types.ts:77
Outcome of a single locale-pack regex evaluation. Returned by evaluateMarkers(...) so the pipeline can propagate the matched marker into the audit row's reason field.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
confidence? | readonly | number | packages/memory/src/conflict/locale-packs/types.ts:80 |
excerpt? | readonly | string | packages/memory/src/conflict/locale-packs/types.ts:81 |
kind? | readonly | LocaleSupersedeKind | packages/memory/src/conflict/locale-packs/types.ts:79 |
matched | readonly | boolean | packages/memory/src/conflict/locale-packs/types.ts:78 |