UNPKG

podcast-rss

Version:

Podcast RSS feed generator. A really simple API to add Podcast-RSS feeds to any project. Forked from https://github.com/maxnowack/node-podcast

3 lines (2 loc) 221 B
import { ItemSimpleChaptersChapters, ItemSimpleChaptersChaptersElement } from "./types/index"; export declare const buildSimpleChaptersElement: (chapters: ItemSimpleChaptersChapters) => ItemSimpleChaptersChaptersElement;