MCPcopy
hub / github.com/unjs/ofetch / ResolvedFetchOptions

Interface ResolvedFetchOptions

src/types.ts:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73export interface ResolvedFetchOptions<
74 R extends ResponseType = ResponseType,
75 T = any,
76> extends FetchOptions<R, T> {
77 headers: Headers;
78}
79
80export interface CreateFetchOptions {
81 defaults?: FetchOptions;

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…