Type Alias StringNormalization

StringNormalization: "NFC" | "NFD" | "NFKC" | "NFKD"

See String.prototype.normalize.