type UnicodeNormalizationForm: "NFC" | "NFD" | "NFKC" | "NFKD";

The stanard normalization forms.

Source

encoding/utf8.ts:19