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

NameTypeDescription
sstringthe string to be transliterated

Returns

string

the result of the transliteration

Defined in

projects/stream-chat-angular/src/lib/transliteration.service.ts:16

© Getstream.io, Inc. All Rights Reserved.