openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 377 B
JavaScript
import { n as createOutboundSendDepsFromCliSource } from "./outbound-send-mapping-BljPP3Uz.js";
//#region src/cli/outbound-send-deps.ts
/** Convert the broad CLI dependency bundle into the narrow outbound-send dependency shape. */
function createOutboundSendDeps(deps) {
return createOutboundSendDepsFromCliSource(deps);
}
//#endregion
export { createOutboundSendDeps as t };