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