UNPKG

hana-cli

Version:
9 lines (8 loc) 209 B
/** * Output formatter for hana-cli MCP server * Improves readability of command outputs */ /** * Main formatter function */ export declare function formatOutput(command: string, output: string): string;