PluralCategory type

One of the valid Unicode CLDR plural category keys

Signature:

export type PluralCategory = 'zero' | 'one' | 'two' | 'few' | 'many' | 'other';