UNPKG

feedsmith

Version:

Fast, all‑in‑one feed parser and generator for RSS, Atom, RDF, and JSON Feed, with support for Podcast, iTunes, Dublin Core, and OPML files.

13 lines 239 B
//#region src/namespaces/yt/common/types.d.ts declare namespace YtNs { type Item = { videoId?: string; channelId?: string; }; type Feed = { channelId?: string; playlistId?: string; }; } //#endregion export { YtNs };