MCPcopy Create free account
hub / github.com/developit/unfetch / Unfetch

Interface Unfetch

src/index.d.ts:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97export interface Unfetch {
98 (url: string | URL, options?: UnfetchRequestInit): Promise<UnfetchResponse>;
99}
100
101declare const unfetch: Unfetch;
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…