TransliterationService
The TransliterationService wraps the @sindresorhus/transliterate library
Methods
transliterate
transliterate(s): string
Parameters
| Name | Type | Description |
|---|---|---|
s | string | the string to be transliterated |
Returns
string
the result of the transliteration
Defined in
projects/stream-chat-angular/src/lib/transliteration.service.ts:16