UNPKG

shevchenko

Version:

JavaScript library for declension of Ukrainian anthroponyms

8 lines (7 loc) 160 B
/** * Enum representing the possible grammatical genders. */ export declare enum GrammaticalGender { MASCULINE = "masculine", FEMININE = "feminine" }