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.

10 lines (9 loc) 209 B
//#region src/namespaces/rss/common/config.ts const uris = [ "http://purl.org/rss/1.0/", "https://purl.org/rss/1.0/", "http://purl.org/rss/1.0", "https://purl.org/rss/1.0" ]; //#endregion export { uris };