UNPKG

shevchenko

Version:

JavaScript library for declension of Ukrainian anthroponyms

13 lines (12 loc) 293 B
/** * Enum representing the possible grammatical cases. */ export declare enum GrammaticalCase { NOMINATIVE = "nominative", GENITIVE = "genitive", DATIVE = "dative", ACCUSATIVE = "accusative", ABLATIVE = "ablative", LOCATIVE = "locative", VOCATIVE = "vocative" }