Files
openclaw/extensions/matrix/src/record-shared.ts
2026-06-04 22:03:15 -04:00

5 lines
151 B
TypeScript

// Matrix plugin module implements record shared behavior.
import { isRecord } from "openclaw/plugin-sdk/string-coerce-runtime";
export { isRecord };