UNPKG

@emmahyde/thinking-patterns

Version:

MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support

6 lines (5 loc) 298 B
/** * Utils barrel export * Provides centralized access to all utility functions */ export { boxed, formatHeader, formatSection, bordered, divider, getDisplayWidth, successBox, errorBox, warningBox, infoBox, Colors, BoxChars, Themes, DEFAULT_BOX_CONFIG, type BoxConfig, } from './prettyBox.js';