UNPKG

@bliztek/feed-generator

Version:

A simple and lightweight Node.js library for generating RSS 2.0, Atom, and JSON Feed formats.

4 lines (3 loc) 166 B
import { Feed } from "../types.js"; import { XmlRenderOptions } from "./rss.js"; export declare const renderAtom: (feed: Feed, options?: XmlRenderOptions) => string;