MCPcopy Create free account
hub / github.com/danmactough/node-feedparser / Options

Interface Options

index.d.ts:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 type Type = "atom" | "rss" | "rdf";
34
35 interface Options {
36 strict?: boolean;
37 normalize?: boolean;
38 addmeta?: boolean;
39 guidlink?: boolean;
40 feedurl?: string;
41 resume_saxerror?: boolean;
42 MAX_BUFFER_LENGTH?: number;
43 }
44
45 interface Image {
46 url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected