mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 01:20:43 +00:00
10 lines
320 B
TypeScript
10 lines
320 B
TypeScript
// Narrow runtime fetch helpers for plugins that need dispatcher-aware fetch
|
|
// without importing the broad infra-runtime compatibility barrel.
|
|
|
|
export {
|
|
fetchWithRuntimeDispatcher,
|
|
fetchWithRuntimeDispatcherOrMockedGlobal,
|
|
isMockedFetch,
|
|
type DispatcherAwareRequestInit,
|
|
} from "../infra/net/runtime-fetch.js";
|