UNPKG

@rowanmanning/feed-parser

Version:

A well-tested and resilient parser for RSS and Atom feeds

6 lines 217 B
export class Document extends Element { static fromString(xmlString: string): Document; constructor(rawFxpDocument: Array<object>); } import { Element } from "./element"; //# sourceMappingURL=document.d.ts.map