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

x/rss/src/types/fields/atom_fields.ts>AtomFields

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
enum AtomFields
import { AtomFields } from "https://deno.land/x/rss@0.5.6/src/types/fields/atom_fields.ts";

Members

Author = "author"
Category = "category"
Content = "content"
Contributor = "contributor"
Email = "email"
Entry = "entry"
Feed = "feed"
Href = "href"
Icon = "icon"
Id = "id"
Name = "name"
Published = "published"
Rel = "rel"
Rights = "rights"
Source = "source"
Src = "src"
Summary = "summary"
Title = "title"
Type = "type"
Updated = "updated"
Uri = "uri"
Value = "value"