xx-common
Version:
the functions of yd common
15 lines (14 loc) • 429 B
TypeScript
declare let appId: number;
declare let appVersion: number;
declare let logFlag: {
dev: boolean;
from: boolean;
packageName: string;
};
declare let basePath: string;
declare let ssoPath: string;
declare let localPath: string;
declare let logPath: string;
declare let jumpPath: string;
declare let filterErr: string[];
export { basePath, ssoPath, localPath, jumpPath, logPath, logFlag, appId, appVersion, filterErr, };