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.

4 lines 132 B
//#region src/feeds/rss/detect/index.d.ts declare const detect: (value: unknown) => value is string; //#endregion export { detect };