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.

10 lines 223 B
//#region src/namespaces/blogchannel/common/types.d.ts declare namespace BlogChannelNs { type Feed = { blogRoll?: string; blink?: string; mySubscriptions?: string; }; } //#endregion export { BlogChannelNs };