UNPKG

generaltranslation

Version:

A language toolkit for AI developers

4 lines (3 loc) 256 B
export declare const pluralForms: readonly ["singular", "plural", "dual", "zero", "one", "two", "few", "many", "other"]; export type PluralType = (typeof pluralForms)[number]; export declare function isAcceptedPluralForm(form: string): form is PluralType;