UNPKG

@logtape/pretty

Version:

Beautiful text formatter for LogTape—perfect for local development

18 lines (16 loc) 405 B
/** * @logtape/pretty - Beautiful console formatter for LogTape * * A Signale-inspired formatter designed for local development with: * - Colorful icons for each log level * - Smart category truncation * - Dimmed styling for better readability * - Perfect column alignment * * @module */ export { getPrettyFormatter, prettyFormatter, type PrettyFormatterOptions, } from "./formatter.ts";