cambridge-dictionary-api
Version:
API for Cambridge Dictionary
11 lines (10 loc) • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DictionaryPartOfSpeech = void 0;
var DictionaryPartOfSpeech;
(function (DictionaryPartOfSpeech) {
DictionaryPartOfSpeech["Noun"] = "noun";
DictionaryPartOfSpeech["Verb"] = "verb";
DictionaryPartOfSpeech["Adjective"] = "adjective";
DictionaryPartOfSpeech["Adverb"] = "adverb";
})(DictionaryPartOfSpeech || (exports.DictionaryPartOfSpeech = DictionaryPartOfSpeech = {}));