@emmahyde/thinking-patterns
Version:
MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support
13 lines (12 loc) • 412 B
JavaScript
/**
* Utils barrel export
* Provides centralized access to all utility functions
*/
// Export all formatting utilities
export {
// Core formatting functions
boxed, formatHeader, formatSection, bordered, divider, getDisplayWidth,
// Themed convenience functions
successBox, errorBox, warningBox, infoBox,
// Configuration and constants
Colors, BoxChars, Themes, DEFAULT_BOX_CONFIG, } from './prettyBox.js';