UNPKG

feedsmith

Version:

Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.

4 lines (3 loc) 127 B
import { XMLParser } from 'fast-xml-parser'; export declare const stopNodes: string[]; export declare const parser: XMLParser;