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.

12 lines (11 loc) 307 B
//#region src/namespaces/app/common/config.ts const uris = [ "http://www.w3.org/2007/app", "https://www.w3.org/2007/app", "http://www.w3.org/2007/app/", "https://www.w3.org/2007/app/" ]; const stopNodes = ["*.app:draft", "*.app:edited"]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;