UNPKG

@novel-segment/types

Version:
21 lines (17 loc) 935 B
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.NovelSegmentTypes = {})); })(this, (function (exports) { 'use strict'; exports.EnumDictDatabase = void 0; (function (EnumDictDatabase) { EnumDictDatabase["SYNONYM"] = "SYNONYM"; EnumDictDatabase["TABLE"] = "TABLE"; EnumDictDatabase["STOPWORD"] = "STOPWORD"; EnumDictDatabase["BLACKLIST"] = "BLACKLIST"; EnumDictDatabase["BLACKLIST_FOR_OPTIMIZER"] = "BLACKLIST_FOR_OPTIMIZER"; EnumDictDatabase["BLACKLIST_FOR_SYNONYM"] = "BLACKLIST_FOR_SYNONYM"; })(exports.EnumDictDatabase || (exports.EnumDictDatabase = {})); Object.defineProperty(exports, '__esModule', { value: true }); })); //# sourceMappingURL=index.umd.development.cjs.map