(data: Feed): string data
type Feed
returns
string 3 declarations
(data: Feed): string datastring Feed This is designed to extend JSON Feed 1.1 with namespaced data for other specs like Atom. It's still a work in progress, and I'll add features as I need them, and eventually this will be extracted to a standalone library. https://www.jsonfeed.org/version/1.1/
idstringtitlestringhome_page_urlstringdescriptionstringiconstringfaviconstringauthor{
name: string;
url?: string;
email?: string;
}itemsArray<FeedItem>atom{
feed_url: string;
}FeedItem idstringtitlestringurlstringdate_publishedstringdate_modifiedstringsummarystringtagsArray<string>