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

4 lines 211 B
export declare const STATIC_OPENING_TAG_REGEX: RegExp; export declare const STATIC_CLOSING_TAG_REGEX: RegExp; export declare const COMMON_ENTITIES: Record<string, string>; //# sourceMappingURL=constants.d.ts.map