UNPKG

163 BTypeScriptView Raw
1import { TPrefixes } from '@auto/utils/node/';
2import { TLog } from './types';
3export declare const getMarkdownLog: (logs: TLog[], prefixes: TPrefixes) => string;