Skip to main content
Version: 0.1.1

Variable: defaultFetchAdapter

Imported from @react-logic/utils

const defaultFetchAdapter: FetchAdapter

Default adapter — wraps globalThis.fetch. The native Response already matches FetchResponse structurally, so this is a one-line passthrough.