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.

3 lines (2 loc) 123 B
export type Unreliable = any; export type ParseFunction<R, O = never> = (value: Unreliable, options?: O) => R | undefined;