Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rss/src/types/rss2.ts>Rss2Item

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
interface Rss2Item
implements DublinCore, MediaRss
import { type Rss2Item } from "https://deno.land/x/rss@1.1.0/src/types/rss2.ts";

Properties

optional
title: string
optional
description: string
optional
author: string
optional
categories: string[]
optional
comments: string
optional
enclosure: Enclosure
optional
guid: string
optional
pubDate: Date
optional
pubDateRaw: string
optional
source: Source