XuqmGroup-RNSDK/packages/log/src/index.ts
XuqmGroup 4e80b0bf4e fix: rn-log ErrorCapture 类型修复 + 依赖版本对齐
- ErrorCapture.ts: global → globalThis,移除 declare global 冲突
- index.ts: 移除不存在的 UpdateDownloadProgress 导出
- 各 package.json 版本号对齐

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-16 13:10:16 +08:00

3 行
116 B
TypeScript

export { XLog } from './XLog'
export type { LogLevel, Environment, LogEvent, IssueEvent, XLogEvent } from './types'