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

Interface Image

index.d.ts:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 interface Image {
46 url: string;
47 title: string;
48 }
49
50 interface Meta {
51 "#ns": Array<{ [key: string]: string }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected