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.

9 lines 173 B
//#region src/namespaces/wfw/common/types.d.ts declare namespace WfwNs { type Item = { comment?: string; commentRss?: string; }; } //#endregion export { WfwNs };