UNPKG

75 BTypeScriptView Raw
1export declare class XML {
2 static ifConvert(data: any): Promise<{}>;
3}