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.

4 lines (3 loc) 156 B
import type { ParseFunction } from '../../common/types.js'; import type { Item } from './types.js'; export declare const retrieveItem: ParseFunction<Item>;