Skip to main content
Module

x/lume/plugins/feed.ts>FeedData

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface FeedData
import { type FeedData } from "https://deno.land/x/lume@v2.1.2/plugins/feed.ts";

Properties

title: string
url: string
description: string
published: Date
lang: string
optional
generator: string
items: FeedItem[]