Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DomUtils.getFeed

Get the feed object from the root of a DOM tree.

function getFeed(doc: Node[]): Feed | null;
§
getFeed(doc: Node[]): Feed | null
[src]

§Parameters

§
doc: Node[]
[src]
  • The DOM to to extract the feed from.

§Return Type

§
Feed | null
[src]

The feed.