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

Interface CreateFetchOptions

src/types.ts:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80export interface CreateFetchOptions {
81 defaults?: FetchOptions;
82 fetch?: Fetch;
83}
84
85export type GlobalOptions = Pick<
86 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…