Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 575 Bytes

File metadata and controls

15 lines (9 loc) · 575 Bytes

obscenity


obscenity / CharacterMapping

Type Alias: CharacterMapping

CharacterMapping = Map<string, string> | Record<string, string>

Defined in: src/transformer/remap-characters/index.ts:60

Maps characters to other characters. The key of the map/object should be the transformed character, while the value should be a set of characters that map to the transformed character.