UNPKG

feedsmith

Version:

Fast, all‑in‑one feed parser and generator for RSS, Atom, RDF, and JSON Feed, with support for Podcast, iTunes, Dublin Core, and OPML files.

6 lines 324 B
import { DateLike, DeepPartial, XmlGenerateMain } from "../../../common/types.js"; import { Rss } from "../common/types.js"; //#region src/feeds/rss/generate/index.d.ts declare const generate: XmlGenerateMain<Rss.Feed<Date, Rss.PersonLike>, DeepPartial<Rss.Feed<DateLike, Rss.PersonLike>>>; //#endregion export { generate };