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) 388 B
//#region src/namespaces/sy/common/config.ts const uris = [ "http://purl.org/rss/1.0/modules/syndication/", "https://purl.org/rss/1.0/modules/syndication/", "http://purl.org/rss/1.0/modules/syndication", "https://purl.org/rss/1.0/modules/syndication" ]; const stopNodes = [ "*.sy:updateperiod", "*.sy:updatefrequency", "*.sy:updatebase" ]; //#endregion export { stopNodes, uris };