summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XPluralCategories.d.ts
blob: f74b1f4f935f4ab240b086f9d9438d0e82eb3730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**

 * FFI version of `PluralRules::categories()` data.
 */
export class ICU4XPluralCategories {
  zero: boolean;
  one: boolean;
  two: boolean;
  few: boolean;
  many: boolean;
  other: boolean;
}