UNPKG

partial-xml-stream-parser

Version:

A lenient XML stream parser for Node.js and browsers that can handle incomplete or malformed XML data, with depth control, CDATA support for XML serialization and round-trip parsing, wildcard pattern support for stopNodes, and CDATA handling within stopNo

3 lines 205 B
import { ParserOptions } from "./types"; export declare function addValueToObject(obj: any, key: string, value: any, customOptions: Required<ParserOptions>): void; //# sourceMappingURL=dom-builder.d.ts.map