Files
18xchat/assets/Scripts/typings/global.d.ts
T
2025-09-27 15:06:21 +08:00

9 lines
165 B
TypeScript

declare global {
/**
* 微信小游戏运行时的全局对象
* 在 TypeScript 编译阶段不会报错
*/
const wx: any;
}
export {};