mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
public commit
This commit is contained in:
6
app/src/core/utils/xml.ts
Normal file
6
app/src/core/utils/xml.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { XMLParser } from "fast-xml-parser";
|
||||
|
||||
export function xmlToObject(xml: string) {
|
||||
const parser = new XMLParser();
|
||||
return parser.parse(xml);
|
||||
}
|
||||
Reference in New Issue
Block a user