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) 96 B
import type { Opml } from './types.js'; export declare const generate: (value: Opml) => string;