Files
recap/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js
T

6 lines
228 B
JavaScript

// Re-export from fast-xml-builder for backward compatibility
import XMLBuilder from 'fast-xml-builder';
export default XMLBuilder;
// If there are any named exports you also want to re-export:
export * from 'fast-xml-builder';