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.

17 lines (16 loc) 411 B
//#region src/namespaces/slash/common/config.ts const uris = [ "http://purl.org/rss/1.0/modules/slash/", "https://purl.org/rss/1.0/modules/slash/", "http://purl.org/rss/1.0/modules/slash", "https://purl.org/rss/1.0/modules/slash" ]; const stopNodes = [ "*.slash:section", "*.slash:department", "*.slash:comments", "*.slash:hit_parade" ]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;