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

x/rss/src/test/test_entry.ts>TestEntry

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Latest
interface TestEntry
import { type TestEntry } from "https://deno.land/x/rss@1.1.1/src/test/test_entry.ts";

Properties

name: string
assert: [{ fn: any; expect: any; }]

Methods

getValue(arg0: T): any