4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
import { formatLegacyLogHtml } from '@sammo-ts/common';
|
|
|
|
export const formatLog = (text: string): string => formatLegacyLogHtml(text);
|