type UnicodeNormalizationForm: "NFC" | "NFD" | "NFKC" | "NFKD";
The stanard normalization forms.
encoding/utf8.ts:19
Was this page helpful?