fix(dependencies): Added missing xmlbuilder2 dependency and relevant exports

This commit is contained in:
2024-12-30 21:05:18 +01:00
parent 403f9c5757
commit c2c50583f0
6 changed files with 61 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
import * as fastXmlParser from 'fast-xml-parser';
import * as xmlbuilder2 from 'xmlbuilder2';
export {
fastXmlParser
fastXmlParser,
xmlbuilder2,
};