Files
core2026/app/game-api/src/battleSim/logFormatter.ts
T

4 lines
172 B
TypeScript

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