UNPKG

segment-dict

Version:
7 lines (6 loc) 245 B
/** * Created by user on 2020/5/11. */ export type IDictID = 'jieba-js' | 'nodejieba' | 'segment' | 'stopword' | 'synonym'; export declare function getDictPath(id: IDictID, file: string, ...argv: string[]): string; export default getDictPath;