openclaw/extensions/matrix/runtime-api.ts

5 lines
221 B
TypeScript
Raw Normal View History

2026-03-19 11:39:59 -04:00
// Keep the external runtime API light so Jiti callers can resolve Matrix config
// helpers without traversing the full plugin-sdk/runtime graph.
export * from "./src/auth-precedence.js";
2026-03-19 11:39:59 -04:00
export * from "./helper-api.js";