Files
openclaw/src/plugin-sdk/runtime-fetch.ts
2026-04-17 17:44:11 +01:00

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";