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.

7 lines (6 loc) 270 B
//#region src/namespaces/rdf/common/config.ts const uris = ["http://www.w3.org/1999/02/22-rdf-syntax-ns#", "https://www.w3.org/1999/02/22-rdf-syntax-ns#"]; const stopNodes = ["*.rdf:type", "*.rdf:value"]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;