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) 286 B
//#region src/namespaces/admin/common/config.ts const uris = [ "http://webns.net/mvcb/", "https://webns.net/mvcb/", "http://webns.net/mvcb", "https://webns.net/mvcb" ]; const stopNodes = ["*.admin:errorreportsto", "*.admin:generatoragent"]; //#endregion export { stopNodes, uris };