Files
core2026/app/gateway-frontend/src/utils/formatLog.ts
T

4 lines
135 B
TypeScript

import { formatLegacyLogHtml } from '@sammo-ts/common';
export const formatLog = (text: string): string => formatLegacyLogHtml(text);