Variable: defaultFetchAdapter
Imported from
@react-logic/utils
constdefaultFetchAdapter:FetchAdapter
Defined in: utils/src/lib/fetch-adapter.ts:65
Default adapter — wraps globalThis.fetch. The native Response already
matches FetchResponse structurally, so this is a one-line passthrough.