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.

18 lines 415 B
//#region src/namespaces/cc/common/types.d.ts declare namespace CcNs { type ItemOrFeed = { license?: string; morePermissions?: string; attributionName?: string; attributionURL?: string; useGuidelines?: string; permits?: string; requires?: string; prohibits?: string; jurisdiction?: string; legalcode?: string; deprecatedOn?: string; }; } //#endregion export { CcNs };