UNPKG

@ma3-pro-plugins/ma3-pro-plugins-lib

Version:
6 lines (5 loc) 131 B
type XmlNode = XmlNode[] & { label: string; xarg: { [key: string]: string }; }; export function collect(xml: string): XmlNode;