Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 435 Bytes

File metadata and controls

19 lines (12 loc) · 435 Bytes
title PluralCategory
parent @messageformat/parser
grand_parent API Reference

PluralCategory type

One of the valid Unicode CLDR plural category keys

Signature:

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