UNPKG

feedsmith

Version:

Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.

8 lines (7 loc) 161 B
export type HitParade = Array<number>; export type Item = { section?: string; department?: string; comments?: number; hit_parade?: HitParade; };