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