@novel-segment/types
Version:
13 lines (12 loc) • 713 B
JavaScript
!function(e, t) {
"object" == typeof exports && "undefined" != typeof module ? t(exports) : "function" == typeof define && define.amd ? define([ "exports" ], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).NovelSegmentTypes = {});
}(this, (function(e) {
"use strict";
var t;
e.EnumDictDatabase = void 0, (t = e.EnumDictDatabase || (e.EnumDictDatabase = {})).SYNONYM = "SYNONYM",
t.TABLE = "TABLE", t.STOPWORD = "STOPWORD", t.BLACKLIST = "BLACKLIST", t.BLACKLIST_FOR_OPTIMIZER = "BLACKLIST_FOR_OPTIMIZER",
t.BLACKLIST_FOR_SYNONYM = "BLACKLIST_FOR_SYNONYM", Object.defineProperty(e, "__esModule", {
value: !0
});
}));
//# sourceMappingURL=index.umd.production.min.cjs.map