mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 23:20:43 +00:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { resolveMatrixTargets } from "./resolve-targets.js";
|
|
|
|
export const matrixResolverRuntime = {
|
|
resolveMatrixTargets,
|
|
};
|