Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FeedItem

import { FeedItem } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/rss/rss.ts";
class FeedItem {
constructor();
comments?: string;
link?: string;
pubDate?: string;
title?: string;
}

§Constructors

§
new FeedItem()
[src]

§Properties

§
comments: string
[src]
§
pubDate: string
[src]
§
title: string
[src]