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.

15 lines (14 loc) 503 B
//#region src/namespaces/thr/common/config.ts const uris = [ "http://purl.org/syndication/thread/1.0", "https://purl.org/syndication/thread/1.0", "http://purl.org/syndication/thread/1.0/", "https://purl.org/syndication/thread/1.0/", "http://purl.org/rss/1.0/modules/threading/", "https://purl.org/rss/1.0/modules/threading/", "http://purl.org/rss/1.0/modules/threading", "https://purl.org/rss/1.0/modules/threading" ]; const stopNodes = ["*.thr:total"]; //#endregion export { stopNodes, uris };