UNPKG

253 BTypeScriptView Raw
1/**
2 * Created by user on 2020/5/11.
3 */
4export declare type IDictID = 'jieba-js' | 'nodejieba' | 'segment' | 'stopword' | 'synonym';
5export declare function getDictPath(id: IDictID, file: string, ...argv: string[]): string;
6export default getDictPath;