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) 280 B
//#region src/namespaces/geo/common/config.ts const uris = ["http://www.w3.org/2003/01/geo/wgs84_pos#", "https://www.w3.org/2003/01/geo/wgs84_pos#"]; const stopNodes = [ "*.geo:lat", "*.geo:long", "*.geo:alt" ]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;