UNPKG

nightingale-markdown-formatter

Version:
4 lines 258 B
import type { Styles, LogRecord, Metadata } from 'nightingale-types'; export declare function style(styles: Styles, string: string): string; export default function format<T extends Metadata>(record: LogRecord<T>): string; //# sourceMappingURL=index.d.ts.map