Source code
Revision control
Copy as Markdown
Other Tools
/**
*/
export class ICU4XPluralCategories {
zero: boolean;
one: boolean;
two: boolean;
few: boolean;
many: boolean;
other: boolean;
}
/**
*/
export class ICU4XPluralCategories {
zero: boolean;
one: boolean;
two: boolean;
few: boolean;
many: boolean;
other: boolean;
}