UNPKG

shevchenko

Version:

JavaScript library for declension of Ukrainian anthroponyms

8 lines (7 loc) 180 B
/** * Enum representing the possible grammatical word classes (also known as part of speech). */ export declare enum WordClass { NOUN = "noun", ADJECTIVE = "adjective" }