This is documentation for the release candidate
Stream Chat Angular SDK v6. For the latest stable version, see the latest version (v5).
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
On this page: