2026-01-22 21:21:56 +05:30

4 lines
95 B
JavaScript

export * from "./XmlNode";
export * from "./XmlText";
export { parseXML } from "./xml-parser";