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) 198 B
import { FeedItunesCategory, FeedItunesCategoryElements } from "./types/index"; export declare const buildITunesCategoryElements: (categories: FeedItunesCategory[]) => FeedItunesCategoryElements[];