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.

12 lines 257 B
//#region src/namespaces/feedpress/common/types.d.ts declare namespace FeedPressNs { type Feed = { link?: string; newsletterId?: string; locale?: string; podcastId?: string; cssFile?: string; }; } //#endregion export { FeedPressNs };