UNPKG

@drorgl/xml-streamer

Version:

XML stream parser for parsing large files efficiently with less usage of memory.

11 lines (10 loc) 247 B
export declare class ParserState { currentPath: string; lastEndedNode: string; isPathfound: boolean; object: any; paused: boolean; isRootNode: boolean; firstFoundNode: string; interestedNodes: string[]; }