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

4 lines (3 loc) 124 B
import { Deprecate } from "./types/deprecate"; declare function deprecate(data: Deprecate): void; export default deprecate;