Skip to main content
Module

x/rss/mod.ts>Atom

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
interface Atom
import { type Atom } from "https://deno.land/x/rss@0.5.6/mod.ts";

Properties

id: string
title: AtomText
updated: Date
updatedRaw: string
optional
icon: string
entries: AtomEntry[]
optional
categories: AtomCategory[]
optional
contributors: AtomPerson[]
optional
generator: string
optional
author: AtomPerson
optional
rights: AtomText
optional
subtitle: string