UNPKG

podcast

Version:

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

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