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

x/rss/src/types/fields/rss1_fields.ts>Rss1Fields

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

Members

About = "rdf:about"
Channel = "channel"
Description = "description"
Image = "image"
Item = "item"
Resource = "rdf:resource"
TextInput = "textinput"
Title = "title"