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.
|
2026-03-19 01:53:57 -04:00
|
|
|
export * from "./src/auth-precedence.js";
|
2026-03-19 11:39:59 -04:00
|
|
|
export * from "./helper-api.js";
|
2026-03-19 14:23:10 -07:00
|
|
|
export { sendMessageMatrix } from "./src/matrix/send.js";
|