* 创建解析器实例
(type: string, sourceName: string, sourceUrl: string, rechargeRatio?: number)
| 64 | * 创建解析器实例 |
| 65 | */ |
| 66 | createParser(type: string, sourceName: string, sourceUrl: string, rechargeRatio?: number): BaseParser | null; |
| 67 | |
| 68 | /** |
| 69 | * 获取支持的类型列表 |
no outgoing calls
no test coverage detected