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 133 B
//#region src/feeds/json/detect/index.d.ts declare const detect: (value: unknown) => value is object; //#endregion export { detect };