trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
9 lines • 321 B
TypeScript
/**
* Palette fuzzy matching — re-exported from the shared headless
* furniture module (ADR 0034 §3). The canonical implementation
* lives in `src/headless/fuzzy.ts`.
*
* @module trellis/palette
*/
export { fuzzyScore, fuzzyMatch, fuzzyRanges } from '../../headless/fuzzy.js';
//# sourceMappingURL=fuzzy.d.ts.map