📄 global.d.ts
🏠 首页
/
extensions
/
wecom
/
src
/
types
📋 分享
declare global { var Buffer: any; namespace NodeJS { interface Timeout { } } } export { };