4 lines
172 B
TypeScript
4 lines
172 B
TypeScript
import { formatLegacyLogHtml } from '@sammo-ts/common';
|
|
|
|
export const convertLog = (value: string, type = 1): string => formatLegacyLogHtml(value, { colorize: type > 0 });
|