mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 19:08:10 +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,
|
|
};
|