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) 236 B
import { builderConfig } from "../../../common/config.js"; import { XMLBuilder } from "fast-xml-parser"; //#region src/feeds/atom/generate/config.ts const builder = new XMLBuilder({ ...builderConfig }); //#endregion export { builder };