UNPKG

@awesome-fe/translate

Version:
7 lines (6 loc) 317 B
import { SentenceFormat } from '../translator/sentence-format'; export declare class SentenceFormatter { static toHtml(sentence: string, format: SentenceFormat): string; static fromHtml(sentence: string, format: SentenceFormat): string; static toPlain(sentence: string, format: SentenceFormat): string; }