mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
public commit
This commit is contained in:
@@ -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