feedsmith
Version:
Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.
18 lines (17 loc) • 365 B
TypeScript
export type ItemOrFeed = {
title?: string;
creator?: string;
subject?: string;
description?: string;
publisher?: string;
contributor?: string;
date?: string;
type?: string;
format?: string;
identifier?: string;
source?: string;
language?: string;
relation?: string;
coverage?: string;
rights?: string;
};