UNPKG

417 BJavaScriptView Raw
1"use strict";
2/**
3 * Created by user on 2020/5/11.
4 */
5Object.defineProperty(exports, "__esModule", { value: true });
6exports.getDictPath = void 0;
7const __1 = require("../");
8const path_1 = require("path");
9function getDictPath(id, file, ...argv) {
10 return path_1.join(__1.DICT_ROOT, ...[id, file].concat(argv));
11}
12exports.getDictPath = getDictPath;
13exports.default = getDictPath;
14//# sourceMappingURL=dict.js.map
\No newline at end of file