mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-22 20:20:11 +08:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
export * from "./XmlNode";
|
|
export * from "./XmlText";
|
|
export { parseXML } from "./xml-parser";
|