7 lines
73 B
TypeScript
7 lines
73 B
TypeScript
declare const global: {
|
|
|
|
/** 日志前缀 */
|
|
LOG_PREFIX: string;
|
|
|
|
};
|