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 298 B
import { DateLike, DeepPartial, XmlGenerateMain } from "../../../common/types.cjs"; import { Atom } from "../common/types.cjs"; //#region src/feeds/atom/generate/index.d.ts declare const generate: XmlGenerateMain<Atom.Feed<Date>, DeepPartial<Atom.Feed<DateLike>>>; //#endregion export { generate };