UNPKG

542 BTypeScriptView Raw
1/**
2 * @file: 环境初始化
3 * @author: yangqianjun
4 * @Date: 2019-07-20 15:12:00
5 * @LastEditors: yangqianjun
6 * @LastEditTime: 2020-02-06 11:20:04
7 */
8export declare const pluginsPath: string;
9export declare const generatorPath: string;
10export declare const DefaultBasePath = "@empty@";
11/** 临时目录,存放中间状态 swagger 文件 */
12export declare const SmTmpDir: string;
13export * from './consts';
14/** 生成唯一 & 无冗余的临时文件名 */
15export declare const basePathToFileName: (path?: string | undefined) => string;