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 263 B
//#region src/namespaces/slash/common/types.d.ts declare namespace SlashNs { type HitParade = Array<number>; type Item = { section?: string; department?: string; comments?: number; hitParade?: HitParade; }; } //#endregion export { SlashNs };