UNPKG

@jnxplus/xml

Version:
6 lines (5 loc) 279 B
import { Tree } from '@nx/devkit'; import { XmlDocument } from 'xmldoc'; export declare function readXmlTree(tree: Tree, path: string): XmlDocument; export declare function readXml(filePath: string): XmlDocument; export declare function xmlToString(xmlDoc: XmlDocument): string;