mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 00:30:42 +00:00
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
// Narrow inbound envelope helpers for hot channel message-formatting paths.
|
|
|
|
export {
|
|
formatInboundEnvelope,
|
|
resolveEnvelopeFormatOptions,
|
|
type EnvelopeFormatOptions,
|
|
} from "../auto-reply/envelope.js";
|