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) 289 B
//#region src/namespaces/atom/common/config.ts const uris = [ "http://www.w3.org/2005/Atom", "https://www.w3.org/2005/Atom", "http://www.w3.org/2005/Atom/", "https://www.w3.org/2005/Atom/", "http://purl.org/atom/ns#", "https://purl.org/atom/ns#" ]; //#endregion exports.uris = uris;