UNPKG

cambridge-dictionary-api

Version:

API for Cambridge Dictionary

13 lines (12 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DictionaryLevel = void 0; var DictionaryLevel; (function (DictionaryLevel) { DictionaryLevel["A1"] = "A1"; DictionaryLevel["A2"] = "A2"; DictionaryLevel["B1"] = "B1"; DictionaryLevel["B2"] = "B2"; DictionaryLevel["C1"] = "C1"; DictionaryLevel["C2"] = "C2"; })(DictionaryLevel || (exports.DictionaryLevel = DictionaryLevel = {}));