检测文件格式
(file: File | string)
| 121 | |
| 122 | /** 检测文件格式 */ |
| 123 | detectFormat(file: File | string): Promise<FormatInfo | null> |
| 124 | |
| 125 | /** 扫描包含多个聊天的文件 */ |
| 126 | scanMultiChatFile(file: File | string): Promise<MultiChatEntry[]> |
no outgoing calls
no test coverage detected