UNPKG

podcast

Version:

Podcast RSS feed generator. A really simple API to add Podcast-RSS feeds to any project.

3 lines (2 loc) 198 B
import { FeedItunesCategory, FeedItunesCategoryElements } from "./types/index"; export declare const buildITunesCategoryElements: (categories: FeedItunesCategory[]) => FeedItunesCategoryElements[];