UNPKG

711 BSource Map (JSON)View Raw
1{"version":3,"file":"dict.js","sourceRoot":"","sources":["dict.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,2BAAgC;AAChC,+BAA4B;AAI5B,SAAgB,WAAW,CAAC,EAAW,EAAE,IAAY,EAAE,GAAG,IAAc;IAEvE,OAAO,WAAI,CAAC,aAAS,EAAE,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AACpD,CAAC;AAHD,kCAGC;AAED,kBAAe,WAAW,CAAC","sourcesContent":["/**\n * Created by user on 2020/5/11.\n */\n\nimport { DICT_ROOT } from '../';\nimport { join } from 'path';\n\nexport type IDictID = 'jieba-js' | 'nodejieba' | 'segment' | 'stopword' | 'synonym';\n\nexport function getDictPath(id: IDictID, file: string, ...argv: string[])\n{\n\treturn join(DICT_ROOT, ...[id, file].concat(argv));\n}\n\nexport default getDictPath;\n"]}
\No newline at end of file