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.

3 lines (2 loc) 93 B
import type { Opml } from './types.js'; export declare const parse: (value: string) => Opml;