MCPcopy Index your code
hub / github.com/danmactough/node-feedparser / Source

Interface Source

index.d.ts:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 interface Source {
78 title: string;
79 url: string;
80 }
81
82 interface Item {
83 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected