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.

11 lines (10 loc) 283 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 export { stopNodes, uris };