mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 17:20:42 +00:00
10 lines
335 B
TypeScript
10 lines
335 B
TypeScript
// Public hook helpers for plugins that need the shared internal/webhook hook pipeline.
|
|
|
|
export * from "../hooks/fire-and-forget.js";
|
|
export * from "../hooks/internal-hooks.js";
|
|
export * from "../hooks/message-hook-mappers.js";
|
|
export {
|
|
initializeGlobalHookRunner,
|
|
resetGlobalHookRunner,
|
|
} from "../plugins/hook-runner-global.js";
|