1
0
Files
wheat-server-kubejs/kubejs/probe/user/constants.d.ts
T

7 lines
73 B
TypeScript
Raw Normal View History

2022-07-03 21:22:33 +08:00
declare const global: {
/** 日志前缀 */
LOG_PREFIX: string;
};