mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 13:03:35 +00:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
// Matrix plugin module implements record shared behavior.
|
|
import { isRecord } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
|
|
export { isRecord };
|