mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 18:49:31 +00:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
// Matrix plugin module implements resolver behavior.
|
|
import { resolveMatrixTargets } from "./resolve-targets.js";
|
|
|
|
export const matrixResolverRuntime = {
|
|
resolveMatrixTargets,
|
|
};
|